#532936

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

Shades of Black Rose #532936

Tints of Black Rose #532936

Color information

#532936 (or 0x532936) is unknown color: approx Black Rose. HEX triplet: 53, 29 and 36. RGB value is (83,41,54). Sum of RGB (Red+Green+Blue) = 83+41+54=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #532936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532936 is #ACD6C9. Grayscale: #373737. Windows color (decimal): -11327178 or 3549523. OLE color: 3549523.

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

Color convert

RGB834154-
CMYK00.510.350.67
HSL341.43º33.87%24.31%-
HSV(B)341.43º50.6%32.55%-
XYZ5.033.693.94-
YUV55.04127.41147.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=46.63%
G=23.03%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83415400.510.350.67341.4333.8724.31
Hex53293603323431552218
Octal1235166063431035254230
Binary10100111010011101100110011100011100001110101010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532936; }

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

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

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

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

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

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

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

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