#57222C

Color #57222C Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #57222C

Tints of Black Rose #57222C

Color information

#57222C (or 0x57222C) is unknown color: approx Black Rose. HEX triplet: 57, 22 and 2C. RGB value is (87,34,44). Sum of RGB (Red+Green+Blue) = 87+34+44=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57222C is #A8DDD3. Grayscale: #333333. Windows color (decimal): -11066836 or 2892375. OLE color: 2892375.

HSL color Cylindrical-coordinate representation of color #57222C: hue angle of 348.68º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57222C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB873444-
CMYK00.610.490.66
HSL348.68º43.8%23.73%-
HSV(B)348.68º60.92%34.12%-
XYZ4.963.352.77-
YUV50.99124.06153.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=52.73%
G=20.61%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87344400.610.490.66348.6843.823.73
Hex57222C03D314215d2c18
Octal1274254075611025355430
Binary10101111000101011000111101110001100001010101110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57222C; }

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

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

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

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

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

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

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

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