#53202F

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

Shades of Black Rose #53202F

Tints of Black Rose #53202F

Color information

#53202F (or 0x53202F) is unknown color: approx Black Rose. HEX triplet: 53, 20 and 2F. RGB value is (83,32,47). Sum of RGB (Red+Green+Blue) = 83+32+47=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202F is #ACDFD0. Grayscale: #303030. Windows color (decimal): -11329489 or 3088467. OLE color: 3088467.

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

Color convert

RGB833247-
CMYK00.610.430.67
HSL342.35º44.35%22.55%-
HSV(B)342.35º61.45%32.55%-
XYZ4.63.083.04-
YUV48.96126.9152.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=51.23%
G=19.75%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83324700.610.430.67342.3544.3522.55
Hex53202F03D2B431562c17
Octal1234057075531035265427
Binary10100111000001011110111101101011100001110101011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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