#53021E

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

Shades of Bordeaux #53021E

Tints of Bordeaux #53021E

Color information

#53021E (or 0x53021E) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 1E. RGB value is (83,2,30). Sum of RGB (Red+Green+Blue) = 83+2+30=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53021E is #ACFDE1. Grayscale: #1D1D1D. Windows color (decimal): -11337186 or 1966675. OLE color: 1966675.

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

Color convert

RGB83230-
CMYK00.980.640.67
HSL339.26º95.29%16.67%-
HSV(B)339.26º97.59%32.55%-
XYZ3.821.981.41-
YUV29.41128.34166.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.17%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=72.17%
G=1.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8323000.980.640.67339.2695.2916.67
Hex5321E06240431535f11
Octal123236014210010352313721
Binary101001110111100110001010000001000011101010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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