#532C38

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

Shades of Black Rose #532C38

Tints of Black Rose #532C38

Color information

#532C38 (or 0x532C38) is unknown color: approx Black Rose. HEX triplet: 53, 2C and 38. RGB value is (83,44,56). Sum of RGB (Red+Green+Blue) = 83+44+56=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C38 is #ACD3C7. Grayscale: #393939. Windows color (decimal): -11326408 or 3681363. OLE color: 3681363.

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

Color convert

RGB834456-
CMYK00.470.330.67
HSL341.54º30.71%24.9%-
HSV(B)341.54º46.99%32.55%-
XYZ5.183.934.23-
YUV57.03127.42146.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=45.36%
G=24.04%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83445600.470.330.67341.5430.7124.9
Hex532C3802F21431561f19
Octal1235470057411035263731
Binary1010011101100111000010111110000110000111010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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