#572831

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

Shades of Black Rose #572831

Tints of Black Rose #572831

Color information

#572831 (or 0x572831) is unknown color: approx Black Rose. HEX triplet: 57, 28 and 31. RGB value is (87,40,49). Sum of RGB (Red+Green+Blue) = 87+40+49=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #572831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572831 is #A8D7CE. Grayscale: #373737. Windows color (decimal): -11065295 or 3221591. OLE color: 3221591.

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

Color convert

RGB874049-
CMYK00.540.440.66
HSL348.51º37.01%24.9%-
HSV(B)348.51º54.02%34.12%-
XYZ5.243.773.36-
YUV55.08124.57150.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 49 (19.53% from 255) = 27.84%
R=49.43%
G=22.73%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87404900.540.440.66348.5137.0124.9
Hex5728310362C4215d2519
Octal1275061066541025354531
Binary10101111010001100010110110101100100001010101110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572831; }

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

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

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

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

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

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

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

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