#572132

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

Shades of Black Rose #572132

Tints of Black Rose #572132

Color information

#572132 (or 0x572132) is unknown color: approx Black Rose. HEX triplet: 57, 21 and 32. RGB value is (87,33,50). Sum of RGB (Red+Green+Blue) = 87+33+50=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #572132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572132 is #A8DECD. Grayscale: #333333. Windows color (decimal): -11067086 or 3285335. OLE color: 3285335.

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

Color convert

RGB873350-
CMYK00.620.430.66
HSL341.11º45%23.53%-
HSV(B)341.11º62.07%34.12%-
XYZ5.053.343.4-
YUV51.08127.39153.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=51.18%
G=19.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87335000.620.430.66341.114523.53
Hex57213203E2B421552d18
Octal1274162076531025255530
Binary10101111000011100100111110101011100001010101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572132; }

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

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

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

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

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

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

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

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