#53111E

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

Shades of Bordeaux #53111E

Tints of Bordeaux #53111E

Color information

#53111E (or 0x53111E) is unknown color: approx Bordeaux. HEX triplet: 53, 11 and 1E. RGB value is (83,17,30). Sum of RGB (Red+Green+Blue) = 83+17+30=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111E is #ACEEE1. Grayscale: #262626. Windows color (decimal): -11333346 or 1970515. OLE color: 1970515.

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

Color convert

RGB831730-
CMYK00.800.640.67
HSL348.18º66%19.61%-
HSV(B)348.18º79.52%32.55%-
XYZ42.331.47-
YUV38.22123.37159.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=63.85%
G=13.08%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83173000.800.640.67348.186619.61
Hex53111E050404315c4214
Octal1232136012010010353410224
Binary101001110001111100101000010000001000011101011100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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