#53111D

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

Shades of Bordeaux #53111D

Tints of Bordeaux #53111D

Color information

#53111D (or 0x53111D) is unknown color: approx Bordeaux. HEX triplet: 53, 11 and 1D. RGB value is (83,17,29). Sum of RGB (Red+Green+Blue) = 83+17+29=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111D is #ACEEE2. Grayscale: #262626. Windows color (decimal): -11333347 or 1904979. OLE color: 1904979.

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

Color convert

RGB831729-
CMYK00.800.650.67
HSL349.09º66%19.61%-
HSV(B)349.09º79.52%32.55%-
XYZ3.992.331.4-
YUV38.1122.87160.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=64.34%
G=13.18%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83172900.800.650.67349.096619.61
Hex53111D050414315d4214
Octal1232135012010110353510224
Binary101001110001111010101000010000011000011101011101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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