#572932

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

Shades of Black Rose #572932

Tints of Black Rose #572932

Color information

#572932 (or 0x572932) is unknown color: approx Black Rose. HEX triplet: 57, 29 and 32. RGB value is (87,41,50). Sum of RGB (Red+Green+Blue) = 87+41+50=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #572932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572932 is #A8D6CD. Grayscale: #373737. Windows color (decimal): -11065038 or 3287383. OLE color: 3287383.

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

Color convert

RGB874150-
CMYK00.530.430.66
HSL348.26º35.94%25.1%-
HSV(B)348.26º52.87%34.12%-
XYZ5.33.843.48-
YUV55.78124.74150.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=48.88%
G=23.03%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87415000.530.430.66348.2635.9425.1
Hex5729320352B4215c2419
Octal1275162065531025344431
Binary10101111010011100100110101101011100001010101110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572932; }

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

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

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

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

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

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

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

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