#57212C

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

Shades of Black Rose #57212C

Tints of Black Rose #57212C

Color information

#57212C (or 0x57212C) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 2C. RGB value is (87,33,44). Sum of RGB (Red+Green+Blue) = 87+33+44=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57212C is #A8DED3. Grayscale: #323232. Windows color (decimal): -11067092 or 2892119. OLE color: 2892119.

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

Color convert

RGB873344-
CMYK00.620.490.66
HSL347.78º45%23.53%-
HSV(B)347.78º62.07%34.12%-
XYZ4.933.32.76-
YUV50.4124.39154.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=53.05%
G=20.12%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87334400.620.490.66347.784523.53
Hex57212C03E314215c2d18
Octal1274154076611025345530
Binary10101111000011011000111110110001100001010101110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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