#53011B

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

Shades of Bordeaux #53011B

Tints of Bordeaux #53011B

Color information

#53011B (or 0x53011B) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 1B. RGB value is (83,1,27). Sum of RGB (Red+Green+Blue) = 83+1+27=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53011B is #ACFEE4. Grayscale: #1C1C1C. Windows color (decimal): -11337445 or 1769811. OLE color: 1769811.

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

Color convert

RGB83127-
CMYK00.990.670.67
HSL340.98º97.62%16.47%-
HSV(B)340.98º98.8%32.55%-
XYZ3.781.941.21-
YUV28.48127.17166.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=74.77%
G=0.90%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312700.990.670.67340.9897.6216.47
Hex5311B06343431556210
Octal123133014310310352514220
Binary10100111110110110001110000111000011101010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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