#532736

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

Shades of Black Rose #532736

Tints of Black Rose #532736

Color information

#532736 (or 0x532736) is unknown color: approx Black Rose. HEX triplet: 53, 27 and 36. RGB value is (83,39,54). Sum of RGB (Red+Green+Blue) = 83+39+54=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532736 is #ACD8C9. Grayscale: #353535. Windows color (decimal): -11327690 or 3549011. OLE color: 3549011.

HSL color Cylindrical-coordinate representation of color #532736: hue angle of 339.55º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #532736 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB833954-
CMYK00.530.350.67
HSL339.55º36.07%23.92%-
HSV(B)339.55º53.01%32.55%-
XYZ4.963.563.92-
YUV53.87128.08148.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=47.16%
G=22.16%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83395400.530.350.67339.5536.0723.92
Hex53273603523431542418
Octal1234766065431035244430
Binary10100111001111101100110101100011100001110101010010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532736; }

 p { color: rgb(83,39,54); }

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

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

 a { background-color: rgb(83,39,54); }

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

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

 span { border-color: rgb(83,39,54); }

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