#872153

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

Shades of Rose Bud Cherry #872153

Tints of Rose Bud Cherry #872153

Color information

#872153 (or 0x872153) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 21 and 53. RGB value is (135,33,83). Sum of RGB (Red+Green+Blue) = 135+33+83=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #872153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872153 is #78DEAC. Grayscale: #454545. Windows color (decimal): -7921325 or 5448071. OLE color: 5448071.

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

Color convert

RGB1353383-
CMYK00.760.390.47
HSL330.59º60.71%32.94%-
HSV(B)330.59º75.56%52.94%-
XYZ12.16.868.87-
YUV69.2135.79174.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=53.78%
G=13.15%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135338300.760.390.47330.5960.7132.94
Hex87215304C272F14b3d21
Octal20741123011447575137541
Binary10000111100001101001101001100100111101111101001011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872153; }

 p { color: rgb(135,33,83); }

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

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

 a { background-color: rgb(135,33,83); }

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

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

 span { border-color: rgb(135,33,83); }

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