#531117

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

Shades of Bordeaux #531117

Tints of Bordeaux #531117

Color information

#531117 (or 0x531117) is unknown color: approx Bordeaux. HEX triplet: 53, 11 and 17. RGB value is (83,17,23). Sum of RGB (Red+Green+Blue) = 83+17+23=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531117 is #ACEEE8. Grayscale: #252525. Windows color (decimal): -11333353 or 1511763. OLE color: 1511763.

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

Color convert

RGB831723-
CMYK00.800.720.67
HSL354.55º66%19.61%-
HSV(B)354.55º79.52%32.55%-
XYZ3.922.31.05-
YUV37.42119.87160.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=67.48%
G=13.82%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83172300.800.720.67354.556619.61
Hex53111705048431634214
Octal1232127012011010354310224
Binary101001110001101110101000010010001000011101100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531117; }

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

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

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

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

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

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

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

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