#53111F

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

Shades of Bordeaux #53111F

Tints of Bordeaux #53111F

Color information

#53111F (or 0x53111F) is unknown color: approx Bordeaux. HEX triplet: 53, 11 and 1F. RGB value is (83,17,31). Sum of RGB (Red+Green+Blue) = 83+17+31=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53111F is #ACEEE0. Grayscale: #262626. Windows color (decimal): -11333345 or 2036051. OLE color: 2036051.

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

Color convert

RGB831731-
CMYK00.800.630.67
HSL347.27º66%19.61%-
HSV(B)347.27º79.52%32.55%-
XYZ4.022.341.54-
YUV38.33123.87159.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=63.36%
G=12.98%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83173100.800.630.67347.276619.61
Hex53111F0503F4315b4214
Octal123213701207710353310224
Binary10100111000111111010100001111111000011101011011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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