#872751

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

Shades of Rose Bud Cherry #872751

Tints of Rose Bud Cherry #872751

Color information

#872751 (or 0x872751) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 27 and 51. RGB value is (135,39,81). Sum of RGB (Red+Green+Blue) = 135+39+81=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #872751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872751 is #78D8AE. Grayscale: #484848. Windows color (decimal): -7919791 or 5318535. OLE color: 5318535.

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

Color convert

RGB1353981-
CMYK00.710.400.47
HSL333.75º55.17%34.12%-
HSV(B)333.75º71.11%52.94%-
XYZ12.27.28.53-
YUV72.49132.8172.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=52.94%
G=15.29%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135398100.710.400.47333.7555.1734.12
Hex872751047282F14e3722
Octal20747121010750575166742
Binary10000111100111101000101000111101000101111101001110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872751; }

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

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

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

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

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

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

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

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