#53011C

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

Shades of Bordeaux #53011C

Tints of Bordeaux #53011C

Color information

#53011C (or 0x53011C) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 1C. RGB value is (83,1,28). Sum of RGB (Red+Green+Blue) = 83+1+28=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53011C is #ACFEE3. Grayscale: #1C1C1C. Windows color (decimal): -11337444 or 1835347. OLE color: 1835347.

HSL color Cylindrical-coordinate representation of color #53011C: hue angle of 340.24º 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 #53011C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB83128-
CMYK00.990.660.67
HSL340.24º97.62%16.47%-
HSV(B)340.24º98.8%32.55%-
XYZ3.791.941.27-
YUV28.6127.67166.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 28 (11.33% from 255) = 25%
R=74.11%
G=0.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312800.990.660.67340.2497.6216.47
Hex5311C06342431546210
Octal123134014310210352414220
Binary10100111111000110001110000101000011101010100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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