#572033

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

Shades of Black Rose #572033

Tints of Black Rose #572033

Color information

#572033 (or 0x572033) is unknown color: approx Black Rose. HEX triplet: 57, 20 and 33. RGB value is (87,32,51). Sum of RGB (Red+Green+Blue) = 87+32+51=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #572033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572033 is #A8DFCC. Grayscale: #323232. Windows color (decimal): -11067341 or 3350615. OLE color: 3350615.

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

Color convert

RGB873251-
CMYK00.630.410.66
HSL339.27º46.22%23.33%-
HSV(B)339.27º63.22%34.12%-
XYZ5.043.33.5-
YUV50.61128.22153.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 51 (20.31% from 255) = 30%
R=51.18%
G=18.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87325100.630.410.66339.2746.2223.33
Hex57203303F29421532e17
Octal1274063077511025235627
Binary10101111000001100110111111101001100001010101001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572033; }

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

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

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

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

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

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

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

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