#572232

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

Shades of Black Rose #572232

Tints of Black Rose #572232

Color information

#572232 (or 0x572232) is unknown color: approx Black Rose. HEX triplet: 57, 22 and 32. RGB value is (87,34,50). Sum of RGB (Red+Green+Blue) = 87+34+50=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #572232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572232 is #A8DDCD. Grayscale: #333333. Windows color (decimal): -11066830 or 3285591. OLE color: 3285591.

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

Color convert

RGB873450-
CMYK00.610.430.66
HSL341.89º43.8%23.73%-
HSV(B)341.89º60.92%34.12%-
XYZ5.083.43.41-
YUV51.67127.06153.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=50.88%
G=19.88%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87345000.610.430.66341.8943.823.73
Hex57223203D2B421562c18
Octal1274262075531025265430
Binary10101111000101100100111101101011100001010101011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572232; }

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

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

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

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

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

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

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

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