#873266

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

Shades of Rose Bud Cherry #873266

Tints of Rose Bud Cherry #873266

Color information

#873266 (or 0x873266) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 32 and 66. RGB value is (135,50,102). Sum of RGB (Red+Green+Blue) = 135+50+102=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #873266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873266 is #78CD99. Grayscale: #515151. Windows color (decimal): -7916954 or 6697607. OLE color: 6697607.

HSL color Cylindrical-coordinate representation of color #873266: hue angle of 323.29º 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 #873266 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13550102-
CMYK00.630.240.47
HSL323.29º45.95%36.27%-
HSV(B)323.29º62.96%52.94%-
XYZ13.538.3913.48-
YUV81.34139.66166.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=47.04%
G=17.42%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355010200.630.240.47323.2945.9536.27
Hex87326603F182F1432e24
Octal2076214607730575035644
Binary100001111100101100110011111111000101111101000011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873266; }

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

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

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

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

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

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

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

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