#53021C

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

Shades of Bordeaux #53021C

Tints of Bordeaux #53021C

Color information

#53021C (or 0x53021C) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 1C. RGB value is (83,2,28). Sum of RGB (Red+Green+Blue) = 83+2+28=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53021C is #ACFDE3. Grayscale: #1D1D1D. Windows color (decimal): -11337188 or 1835603. OLE color: 1835603.

HSL color Cylindrical-coordinate representation of color #53021C: hue angle of 340.74º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53021C is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB83228-
CMYK00.980.660.67
HSL340.74º95.29%16.67%-
HSV(B)340.74º97.59%32.55%-
XYZ3.81.971.28-
YUV29.18127.34166.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=73.45%
G=1.77%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322800.980.660.67340.7495.2916.67
Hex5321C06242431555f11
Octal123234014210210352513721
Binary101001110111000110001010000101000011101010101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,2,28); }

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

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

 a { background-color: rgb(83,2,28); }

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

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

 span { border-color: rgb(83,2,28); }

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