#53202C

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

Shades of Black Rose #53202C

Tints of Black Rose #53202C

Color information

#53202C (or 0x53202C) is unknown color: approx Black Rose. HEX triplet: 53, 20 and 2C. RGB value is (83,32,44). Sum of RGB (Red+Green+Blue) = 83+32+44=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202C is #ACDFD3. Grayscale: #303030. Windows color (decimal): -11329492 or 2891859. OLE color: 2891859.

HSL color Cylindrical-coordinate representation of color #53202C: hue angle of 345.88º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53202C is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB833244-
CMYK00.610.470.67
HSL345.88º44.35%22.55%-
HSV(B)345.88º61.45%32.55%-
XYZ4.543.052.73-
YUV48.62125.4152.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=52.20%
G=20.13%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83324400.610.470.67345.8844.3522.55
Hex53202C03D2F4315a2c17
Octal1234054075571035325427
Binary10100111000001011000111101101111100001110101101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53202C; }

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

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

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

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

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

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

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

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