#53202E

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

Shades of Black Rose #53202E

Tints of Black Rose #53202E

Color information

#53202E (or 0x53202E) is unknown color: approx Black Rose. HEX triplet: 53, 20 and 2E. RGB value is (83,32,46). Sum of RGB (Red+Green+Blue) = 83+32+46=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202E is #ACDFD1. Grayscale: #303030. Windows color (decimal): -11329490 or 3022931. OLE color: 3022931.

HSL color Cylindrical-coordinate representation of color #53202E: hue angle of 343.53º 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 #53202E is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB833246-
CMYK00.610.450.67
HSL343.53º44.35%22.55%-
HSV(B)343.53º61.45%32.55%-
XYZ4.583.072.94-
YUV48.84126.4152.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=51.55%
G=19.88%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83324600.610.450.67343.5344.3522.55
Hex53202E03D2D431582c17
Octal1234056075551035305427
Binary10100111000001011100111101101101100001110101100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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