#571932

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

Shades of Black Rose #571932

Tints of Black Rose #571932

Color information

#571932 (or 0x571932) is unknown color: approx Black Rose. HEX triplet: 57, 19 and 32. RGB value is (87,25,50). Sum of RGB (Red+Green+Blue) = 87+25+50=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571932 is #A8E6CD. Grayscale: #2E2E2E. Windows color (decimal): -11069134 or 3283287. OLE color: 3283287.

HSL color Cylindrical-coordinate representation of color #571932: hue angle of 335.81º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571932 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB872550-
CMYK00.710.430.66
HSL335.81º55.36%21.96%-
HSV(B)335.81º71.26%34.12%-
XYZ4.852.953.33-
YUV46.39130.04156.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=53.70%
G=15.43%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87255000.710.430.66335.8155.3621.96
Hex5719320472B421503716
Octal12731620107531025206726
Binary10101111100111001001000111101011100001010101000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571932; }

 p { color: rgb(87,25,50); }

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

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

 a { background-color: rgb(87,25,50); }

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

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

 span { border-color: rgb(87,25,50); }

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