#532A3A

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

Shades of Black Rose #532A3A

Tints of Black Rose #532A3A

Color information

#532A3A (or 0x532A3A) is unknown color: approx Black Rose. HEX triplet: 53, 2A and 3A. RGB value is (83,42,58). Sum of RGB (Red+Green+Blue) = 83+42+58=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A3A is #ACD5C5. Grayscale: #383838. Windows color (decimal): -11326918 or 3811923. OLE color: 3811923.

HSL color Cylindrical-coordinate representation of color #532A3A: hue angle of 336.59º 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 #532A3A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB834258-
CMYK00.490.300.67
HSL336.59º32.8%24.51%-
HSV(B)336.59º49.4%32.55%-
XYZ5.163.84.46-
YUV56.08129.08147.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 42 (16.80% from 255) = 22.95%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=45.36%
G=22.95%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83425800.490.300.67336.5932.824.51
Hex532A3A0311E431512119
Octal1235272061361035214131
Binary1010011101010111010011000111110100001110101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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