#57222F

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

Shades of Black Rose #57222F

Tints of Black Rose #57222F

Color information

#57222F (or 0x57222F) is unknown color: approx Black Rose. HEX triplet: 57, 22 and 2F. RGB value is (87,34,47). Sum of RGB (Red+Green+Blue) = 87+34+47=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57222F is #A8DDD0. Grayscale: #333333. Windows color (decimal): -11066833 or 3088983. OLE color: 3088983.

HSL color Cylindrical-coordinate representation of color #57222F: hue angle of 345.28º 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 #57222F is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB873447-
CMYK00.610.460.66
HSL345.28º43.8%23.73%-
HSV(B)345.28º60.92%34.12%-
XYZ5.023.383.08-
YUV51.33125.56153.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=51.79%
G=20.24%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87344700.610.460.66345.2843.823.73
Hex57222F03D2E421592c18
Octal1274257075561025315430
Binary10101111000101011110111101101110100001010101100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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