#872257

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

Shades of Rose Bud Cherry #872257

Tints of Rose Bud Cherry #872257

Color information

#872257 (or 0x872257) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 22 and 57. RGB value is (135,34,87). Sum of RGB (Red+Green+Blue) = 135+34+87=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #872257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872257 is #78DDA8. Grayscale: #464646. Windows color (decimal): -7921065 or 5710471. OLE color: 5710471.

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

Color convert

RGB1353487-
CMYK00.750.360.47
HSL328.51º59.76%33.14%-
HSV(B)328.51º74.81%52.94%-
XYZ12.286.989.72-
YUV70.24137.46174.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=52.73%
G=13.28%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135348700.750.360.47328.5159.7633.14
Hex87225704B242F1493c21
Octal20742127011344575117441
Binary10000111100010101011101001011100100101111101001001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872257; }

 p { color: rgb(135,34,87); }

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

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

 a { background-color: rgb(135,34,87); }

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

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

 span { border-color: rgb(135,34,87); }

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