#57172D

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

Shades of Black Rose #57172D

Tints of Black Rose #57172D

Color information

#57172D (or 0x57172D) is unknown color: approx Black Rose. HEX triplet: 57, 17 and 2D. RGB value is (87,23,45). Sum of RGB (Red+Green+Blue) = 87+23+45=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #57172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57172D is #A8E8D2. Grayscale: #2C2C2C. Windows color (decimal): -11069651 or 2955095. OLE color: 2955095.

HSL color Cylindrical-coordinate representation of color #57172D: hue angle of 339.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57172D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB872345-
CMYK00.740.480.66
HSL339.38º58.18%21.57%-
HSV(B)339.38º73.56%34.12%-
XYZ4.712.832.78-
YUV44.64128.2158.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=56.13%
G=14.84%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87234500.740.480.66339.3858.1821.57
Hex57172D04A30421533a16
Octal12727550112601025237226
Binary10101111011110110101001010110000100001010101001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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