#572532

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

Shades of Black Rose #572532

Tints of Black Rose #572532

Color information

#572532 (or 0x572532) is unknown color: approx Black Rose. HEX triplet: 57, 25 and 32. RGB value is (87,37,50). Sum of RGB (Red+Green+Blue) = 87+37+50=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #572532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572532 is #A8DACD. Grayscale: #353535. Windows color (decimal): -11066062 or 3286359. OLE color: 3286359.

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

Color convert

RGB873750-
CMYK00.570.430.66
HSL344.4º40.32%24.31%-
HSV(B)344.4º57.47%34.12%-
XYZ5.173.583.44-
YUV53.43126.06151.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=50%
G=21.26%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87375000.570.430.66344.440.3224.31
Hex5725320392B421582818
Octal1274562071531025305030
Binary10101111001011100100111001101011100001010101100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572532; }

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

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

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

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

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

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

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

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