#57162D

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

Shades of Black Rose #57162D

Tints of Black Rose #57162D

Color information

#57162D (or 0x57162D) is unknown color: approx Black Rose. HEX triplet: 57, 16 and 2D. RGB value is (87,22,45). Sum of RGB (Red+Green+Blue) = 87+22+45=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162D is #A8E9D2. Grayscale: #2C2C2C. Windows color (decimal): -11069907 or 2954839. OLE color: 2954839.

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

Color convert

RGB872245-
CMYK00.750.480.66
HSL338.77º59.63%21.37%-
HSV(B)338.77º74.71%34.12%-
XYZ4.692.792.77-
YUV44.06128.53158.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=56.49%
G=14.29%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87224500.750.480.66338.7759.6321.37
Hex57162D04B30421533c15
Octal12726550113601025237425
Binary10101111011010110101001011110000100001010101001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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