#57242F

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

Shades of Black Rose #57242F

Tints of Black Rose #57242F

Color information

#57242F (or 0x57242F) is unknown color: approx Black Rose. HEX triplet: 57, 24 and 2F. RGB value is (87,36,47). Sum of RGB (Red+Green+Blue) = 87+36+47=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57242F is #A8DBD0. Grayscale: #343434. Windows color (decimal): -11066321 or 3089495. OLE color: 3089495.

HSL color Cylindrical-coordinate representation of color #57242F: hue angle of 347.06º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57242F is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB873647-
CMYK00.590.460.66
HSL347.06º41.46%24.12%-
HSV(B)347.06º58.62%34.12%-
XYZ5.073.493.1-
YUV52.5124.9152.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=51.18%
G=21.18%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87364700.590.460.66347.0641.4624.12
Hex57242F03B2E4215b2918
Octal1274457073561025335130
Binary10101111001001011110111011101110100001010101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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