#57212E

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

Shades of Black Rose #57212E

Tints of Black Rose #57212E

Color information

#57212E (or 0x57212E) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 2E. RGB value is (87,33,46). Sum of RGB (Red+Green+Blue) = 87+33+46=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57212E is #A8DED1. Grayscale: #323232. Windows color (decimal): -11067090 or 3023191. OLE color: 3023191.

HSL color Cylindrical-coordinate representation of color #57212E: hue angle of 345.56º 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 #57212E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB873346-
CMYK00.620.470.66
HSL345.56º45%23.53%-
HSV(B)345.56º62.07%34.12%-
XYZ4.973.312.96-
YUV50.63125.39153.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 33 (13.28% from 255) = 19.88%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=52.41%
G=19.88%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87334600.620.470.66345.564523.53
Hex57212E03E2F4215a2d18
Octal1274156076571025325530
Binary10101111000011011100111110101111100001010101101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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