#571C30

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

Shades of Black Rose #571C30

Tints of Black Rose #571C30

Color information

#571C30 (or 0x571C30) is unknown color: approx Black Rose. HEX triplet: 57, 1C and 30. RGB value is (87,28,48). Sum of RGB (Red+Green+Blue) = 87+28+48=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #571C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C30 is #A8E3CF. Grayscale: #2F2F2F. Windows color (decimal): -11068368 or 3152983. OLE color: 3152983.

HSL color Cylindrical-coordinate representation of color #571C30: hue angle of 339.66º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C30 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB872848-
CMYK00.680.450.66
HSL339.66º51.3%22.55%-
HSV(B)339.66º67.82%34.12%-
XYZ4.883.073.13-
YUV47.92128.05155.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=53.37%
G=17.18%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87284800.680.450.66339.6651.322.55
Hex571C300442D421543317
Octal12734600104551025246327
Binary10101111110011000001000100101101100001010101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571C30; }

 p { color: rgb(87,28,48); }

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

<style>
 a { background-color: #571C30; }

 a { background-color: rgb(87,28,48); }

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

<style>
 span { border-color: #571C30; }

 span { border-color: rgb(87,28,48); }

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