#53111B

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

Shades of Bordeaux #53111B

Tints of Bordeaux #53111B

Color information

#53111B (or 0x53111B) is unknown color: approx Bordeaux. HEX triplet: 53, 11 and 1B. RGB value is (83,17,27). Sum of RGB (Red+Green+Blue) = 83+17+27=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111B is #ACEEE4. Grayscale: #252525. Windows color (decimal): -11333349 or 1773907. OLE color: 1773907.

HSL color Cylindrical-coordinate representation of color #53111B: hue angle of 350.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53111B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB831727-
CMYK00.800.670.67
HSL350.91º66%19.61%-
HSV(B)350.91º79.52%32.55%-
XYZ3.972.321.28-
YUV37.87121.87160.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=65.35%
G=13.39%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83172700.800.670.67350.916619.61
Hex53111B050434315f4214
Octal1232133012010310353710224
Binary101001110001110110101000010000111000011101011111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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