#57212D

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

Shades of Black Rose #57212D

Tints of Black Rose #57212D

Color information

#57212D (or 0x57212D) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 2D. RGB value is (87,33,45). Sum of RGB (Red+Green+Blue) = 87+33+45=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57212D is #A8DED2. Grayscale: #323232. Windows color (decimal): -11067091 or 2957655. OLE color: 2957655.

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

Color convert

RGB873345-
CMYK00.620.480.66
HSL346.67º45%23.53%-
HSV(B)346.67º62.07%34.12%-
XYZ4.953.32.86-
YUV50.51124.89154.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=52.73%
G=20%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87334500.620.480.66346.674523.53
Hex57212D03E304215b2d18
Octal1274155076601025335530
Binary10101111000011011010111110110000100001010101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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