#571933

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

Shades of Black Rose #571933

Tints of Black Rose #571933

Color information

#571933 (or 0x571933) is unknown color: approx Black Rose. HEX triplet: 57, 19 and 33. RGB value is (87,25,51). Sum of RGB (Red+Green+Blue) = 87+25+51=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #571933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571933 is #A8E6CC. Grayscale: #2E2E2E. Windows color (decimal): -11069133 or 3348823. OLE color: 3348823.

HSL color Cylindrical-coordinate representation of color #571933: hue angle of 334.84º 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 #571933 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB872551-
CMYK00.710.410.66
HSL334.84º55.36%21.96%-
HSV(B)334.84º71.26%34.12%-
XYZ4.882.963.45-
YUV46.5130.54156.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=53.37%
G=15.34%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87255100.710.410.66334.8455.3621.96
Hex571933047294214f3716
Octal12731630107511025176726
Binary10101111100111001101000111101001100001010100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571933; }

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

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

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

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

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

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

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

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