#572031

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

Shades of Black Rose #572031

Tints of Black Rose #572031

Color information

#572031 (or 0x572031) is unknown color: approx Black Rose. HEX triplet: 57, 20 and 31. RGB value is (87,32,49). Sum of RGB (Red+Green+Blue) = 87+32+49=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #572031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572031 is #A8DFCE. Grayscale: #323232. Windows color (decimal): -11067343 or 3219543. OLE color: 3219543.

HSL color Cylindrical-coordinate representation of color #572031: hue angle of 341.45º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572031 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB873249-
CMYK00.630.440.66
HSL341.45º46.22%23.33%-
HSV(B)341.45º63.22%34.12%-
XYZ53.283.28-
YUV50.38127.22154.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=51.79%
G=19.05%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87324900.630.440.66341.4546.2223.33
Hex57203103F2C421552e17
Octal1274061077541025255627
Binary10101111000001100010111111101100100001010101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572031; }

 p { color: rgb(87,32,49); }

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

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

 a { background-color: rgb(87,32,49); }

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

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

 span { border-color: rgb(87,32,49); }

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