#873262

Color #873262 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #873262

Tints of Rose Bud Cherry #873262

Color information

#873262 (or 0x873262) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 32 and 62. RGB value is (135,50,98). Sum of RGB (Red+Green+Blue) = 135+50+98=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #873262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873262 is #78CD9D. Grayscale: #505050. Windows color (decimal): -7916958 or 6435463. OLE color: 6435463.

HSL color Cylindrical-coordinate representation of color #873262: hue angle of 326.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873262 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1355098-
CMYK00.630.270.47
HSL326.12º45.95%36.27%-
HSV(B)326.12º62.96%52.94%-
XYZ13.348.3112.46-
YUV80.89137.66166.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=47.70%
G=17.67%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135509800.630.270.47326.1245.9536.27
Hex87326203F1B2F1462e24
Octal2076214207733575065644
Binary100001111100101100010011111111011101111101000110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873262; }

 p { color: rgb(135,50,98); }

 H1.HeaderClassName
 {
   color: #873262;
 }
 .AnyTagClassName
 {
   color: #873262;
 }
</style>
background-color css

<style>
 a { background-color: #873262; }

 a { background-color: rgb(135,50,98); }

 div.DivClassName
 {
   background-color: #873262;
 }
 .BgClassName
 {
   background-color: #873262;
 }
</style>
border-color css

<style>
 span { border-color: #873262; }

 span { border-color: rgb(135,50,98); }

 td.TdClassName
 {
   border-color: #873262;
 }
 .TagClassName
 {
   border-color: #873262;
 }
</style>