#57182F

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

Shades of Black Rose #57182F

Tints of Black Rose #57182F

Color information

#57182F (or 0x57182F) is unknown color: approx Black Rose. HEX triplet: 57, 18 and 2F. RGB value is (87,24,47). Sum of RGB (Red+Green+Blue) = 87+24+47=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #57182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57182F is #A8E7D0. Grayscale: #2D2D2D. Windows color (decimal): -11069393 or 3086423. OLE color: 3086423.

HSL color Cylindrical-coordinate representation of color #57182F: hue angle of 338.1º 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 #57182F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB872447-
CMYK00.720.460.66
HSL338.1º56.76%21.76%-
HSV(B)338.1º72.41%34.12%-
XYZ4.772.882.99-
YUV45.46128.87157.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=55.06%
G=15.19%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87244700.720.460.66338.156.7621.76
Hex57182F0482E421523916
Octal12730570110561025227126
Binary10101111100010111101001000101110100001010101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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