#53021A

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

Shades of Bordeaux #53021A

Tints of Bordeaux #53021A

Color information

#53021A (or 0x53021A) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 1A. RGB value is (83,2,26). Sum of RGB (Red+Green+Blue) = 83+2+26=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53021A is #ACFDE5. Grayscale: #1C1C1C. Windows color (decimal): -11337190 or 1704531. OLE color: 1704531.

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

Color convert

RGB83226-
CMYK00.980.690.67
HSL342.22º95.29%16.67%-
HSV(B)342.22º97.59%32.55%-
XYZ3.781.961.16-
YUV28.96126.34166.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=74.77%
G=1.80%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322600.980.690.67342.2295.2916.67
Hex5321A06245431565f11
Octal123232014210510352613721
Binary101001110110100110001010001011000011101010110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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