#532A38

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

Shades of Black Rose #532A38

Tints of Black Rose #532A38

Color information

#532A38 (or 0x532A38) is unknown color: approx Black Rose. HEX triplet: 53, 2A and 38. RGB value is (83,42,56). Sum of RGB (Red+Green+Blue) = 83+42+56=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #532A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A38 is #ACD5C7. Grayscale: #373737. Windows color (decimal): -11326920 or 3680851. OLE color: 3680851.

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

Color convert

RGB834256-
CMYK00.490.330.67
HSL339.51º32.8%24.51%-
HSV(B)339.51º49.4%32.55%-
XYZ5.113.784.2-
YUV55.86128.08147.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=45.86%
G=23.20%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83425600.490.330.67339.5132.824.51
Hex532A3803121431542119
Octal1235270061411035244131
Binary10100111010101110000110001100001100001110101010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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