#53202A

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

Shades of Bordeaux #53202A

Tints of Bordeaux #53202A

Color information

#53202A (or 0x53202A) is unknown color: approx Bordeaux. HEX triplet: 53, 20 and 2A. RGB value is (83,32,42). Sum of RGB (Red+Green+Blue) = 83+32+42=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202A is #ACDFD5. Grayscale: #303030. Windows color (decimal): -11329494 or 2760787. OLE color: 2760787.

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

Color convert

RGB833242-
CMYK00.610.490.67
HSL348.24º44.35%22.55%-
HSV(B)348.24º61.45%32.55%-
XYZ4.53.042.54-
YUV48.39124.4152.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=52.87%
G=20.38%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83324200.610.490.67348.2444.3522.55
Hex53202A03D314315c2c17
Octal1234052075611035345427
Binary10100111000001010100111101110001100001110101110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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