#532A39

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

Shades of Black Rose #532A39

Tints of Black Rose #532A39

Color information

#532A39 (or 0x532A39) is unknown color: approx Black Rose. HEX triplet: 53, 2A and 39. RGB value is (83,42,57). Sum of RGB (Red+Green+Blue) = 83+42+57=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #532A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A39 is #ACD5C6. Grayscale: #373737. Windows color (decimal): -11326919 or 3746387. OLE color: 3746387.

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

Color convert

RGB834257-
CMYK00.490.310.67
HSL338.05º32.8%24.51%-
HSV(B)338.05º49.4%32.55%-
XYZ5.133.794.33-
YUV55.97128.58147.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=45.60%
G=23.08%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83425700.490.310.67338.0532.824.51
Hex532A390311F431522119
Octal1235271061371035224131
Binary1010011101010111001011000111111100001110101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532A39; }

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

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

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

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

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

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

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

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