#532439

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

Shades of Black Rose #532439

Tints of Black Rose #532439

Color information

#532439 (or 0x532439) is unknown color: approx Black Rose. HEX triplet: 53, 24 and 39. RGB value is (83,36,57). Sum of RGB (Red+Green+Blue) = 83+36+57=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532439 is #ACDBC6. Grayscale: #343434. Windows color (decimal): -11328455 or 3744851. OLE color: 3744851.

HSL color Cylindrical-coordinate representation of color #532439: hue angle of 333.19º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532439 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB833657-
CMYK00.570.310.67
HSL333.19º39.5%23.33%-
HSV(B)333.19º56.63%32.55%-
XYZ4.943.44.27-
YUV52.45130.57149.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=47.16%
G=20.45%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83365700.570.310.67333.1939.523.33
Hex5324390391F4314d2717
Octal1234471071371035154727
Binary1010011100100111001011100111111100001110100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532439; }

 p { color: rgb(83,36,57); }

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

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

 a { background-color: rgb(83,36,57); }

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

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

 span { border-color: rgb(83,36,57); }

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