#872952

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

Shades of Rose Bud Cherry #872952

Tints of Rose Bud Cherry #872952

Color information

#872952 (or 0x872952) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 29 and 52. RGB value is (135,41,82). Sum of RGB (Red+Green+Blue) = 135+41+82=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #872952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872952 is #78D6AD. Grayscale: #494949. Windows color (decimal): -7919278 or 5384583. OLE color: 5384583.

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

Color convert

RGB1354182-
CMYK00.700.390.47
HSL333.83º53.41%34.51%-
HSV(B)333.83º69.63%52.94%-
XYZ12.317.358.75-
YUV73.78132.64171.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=52.33%
G=15.89%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135418200.700.390.47333.8353.4134.51
Hex872952046272F14e3523
Octal20751122010647575166543
Binary10000111101001101001001000110100111101111101001110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872952; }

 p { color: rgb(135,41,82); }

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

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

 a { background-color: rgb(135,41,82); }

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

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

 span { border-color: rgb(135,41,82); }

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