#57182E

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

Shades of Black Rose #57182E

Tints of Black Rose #57182E

Color information

#57182E (or 0x57182E) is unknown color: approx Black Rose. HEX triplet: 57, 18 and 2E. RGB value is (87,24,46). Sum of RGB (Red+Green+Blue) = 87+24+46=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #57182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57182E is #A8E7D1. Grayscale: #2D2D2D. Windows color (decimal): -11069394 or 3020887. OLE color: 3020887.

HSL color Cylindrical-coordinate representation of color #57182E: hue angle of 339.05º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57182E is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB872446-
CMYK00.720.470.66
HSL339.05º56.76%21.76%-
HSV(B)339.05º72.41%34.12%-
XYZ4.752.882.89-
YUV45.34128.37157.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=55.41%
G=15.29%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87244600.720.470.66339.0556.7621.76
Hex57182E0482F421533916
Octal12730560110571025237126
Binary10101111100010111001001000101111100001010101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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