#872351

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

Shades of Rose Bud Cherry #872351

Tints of Rose Bud Cherry #872351

Color information

#872351 (or 0x872351) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 23 and 51. RGB value is (135,35,81). Sum of RGB (Red+Green+Blue) = 135+35+81=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #872351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872351 is #78DCAE. Grayscale: #464646. Windows color (decimal): -7920815 or 5317511. OLE color: 5317511.

HSL color Cylindrical-coordinate representation of color #872351: hue angle of 332.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872351 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1353581-
CMYK00.740.400.47
HSL332.4º58.82%33.33%-
HSV(B)332.4º74.07%52.94%-
XYZ12.086.958.49-
YUV70.14134.13174.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=53.78%
G=13.94%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135358100.740.400.47332.458.8233.33
Hex87235104A282F14c3b21
Octal20743121011250575147341
Binary10000111100011101000101001010101000101111101001100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872351; }

 p { color: rgb(135,35,81); }

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

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

 a { background-color: rgb(135,35,81); }

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

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

 span { border-color: rgb(135,35,81); }

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