#57162F

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

Shades of Black Rose #57162F

Tints of Black Rose #57162F

Color information

#57162F (or 0x57162F) is unknown color: approx Black Rose. HEX triplet: 57, 16 and 2F. RGB value is (87,22,47). Sum of RGB (Red+Green+Blue) = 87+22+47=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162F is #A8E9D0. Grayscale: #2C2C2C. Windows color (decimal): -11069905 or 3085911. OLE color: 3085911.

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

Color convert

RGB872247-
CMYK00.750.460.66
HSL336.92º59.63%21.37%-
HSV(B)336.92º74.71%34.12%-
XYZ4.732.812.98-
YUV44.28129.53158.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=55.77%
G=14.10%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87224700.750.460.66336.9259.6321.37
Hex57162F04B2E421513c15
Octal12726570113561025217425
Binary10101111011010111101001011101110100001010101000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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