#872A5F

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

Shades of Rose Bud Cherry #872A5F

Tints of Rose Bud Cherry #872A5F

Color information

#872A5F (or 0x872A5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 2A and 5F. RGB value is (135,42,95). Sum of RGB (Red+Green+Blue) = 135+42+95=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #872A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A5F is #78D5A0. Grayscale: #4B4B4B. Windows color (decimal): -7919009 or 6236807. OLE color: 6236807.

HSL color Cylindrical-coordinate representation of color #872A5F: hue angle of 325.81º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A5F is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1354295-
CMYK00.690.300.47
HSL325.81º52.54%34.71%-
HSV(B)325.81º68.89%52.94%-
XYZ12.897.6311.62-
YUV75.85138.81170.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.63%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=49.63%
G=15.44%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135429500.690.300.47325.8152.5434.71
Hex872A5F0451E2F1463523
Octal20752137010536575066543
Binary1000011110101010111110100010111110101111101000110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872A5F; }

 p { color: rgb(135,42,95); }

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

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

 a { background-color: rgb(135,42,95); }

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

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

 span { border-color: rgb(135,42,95); }

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