#572332

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

Shades of Black Rose #572332

Tints of Black Rose #572332

Color information

#572332 (or 0x572332) is unknown color: approx Black Rose. HEX triplet: 57, 23 and 32. RGB value is (87,35,50). Sum of RGB (Red+Green+Blue) = 87+35+50=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #572332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572332 is #A8DCCD. Grayscale: #343434. Windows color (decimal): -11066574 or 3285847. OLE color: 3285847.

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

Color convert

RGB873550-
CMYK00.600.430.66
HSL342.69º42.62%23.92%-
HSV(B)342.69º59.77%34.12%-
XYZ5.113.463.42-
YUV52.26126.73152.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=50.58%
G=20.35%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87355000.600.430.66342.6942.6223.92
Hex57233203C2B421572b18
Octal1274362074531025275330
Binary10101111000111100100111100101011100001010101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572332; }

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

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

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

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

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

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

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

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