#53011D

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

Shades of Bordeaux #53011D

Tints of Bordeaux #53011D

Color information

#53011D (or 0x53011D) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 1D. RGB value is (83,1,29). Sum of RGB (Red+Green+Blue) = 83+1+29=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #53011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53011D is #ACFEE2. Grayscale: #1C1C1C. Windows color (decimal): -11337443 or 1900883. OLE color: 1900883.

HSL color Cylindrical-coordinate representation of color #53011D: hue angle of 339.51º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53011D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB83129-
CMYK00.990.650.67
HSL339.51º97.62%16.47%-
HSV(B)339.51º98.8%32.55%-
XYZ3.81.951.34-
YUV28.71128.17166.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=73.45%
G=0.88%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312900.990.650.67339.5197.6216.47
Hex5311D06341431546210
Octal123135014310110352414220
Binary10100111111010110001110000011000011101010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53011D; }

 p { color: rgb(83,1,29); }

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

<style>
 a { background-color: #53011D; }

 a { background-color: rgb(83,1,29); }

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

<style>
 span { border-color: #53011D; }

 span { border-color: rgb(83,1,29); }

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