#531017

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

Shades of Bordeaux #531017

Tints of Bordeaux #531017

Color information

#531017 (or 0x531017) is unknown color: approx Bordeaux. HEX triplet: 53, 10 and 17. RGB value is (83,16,23). Sum of RGB (Red+Green+Blue) = 83+16+23=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531017 is #ACEFE8. Grayscale: #242424. Windows color (decimal): -11333609 or 1511507. OLE color: 1511507.

HSL color Cylindrical-coordinate representation of color #531017: hue angle of 353.73º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531017 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB831623-
CMYK00.810.720.67
HSL353.73º67.68%19.41%-
HSV(B)353.73º80.72%32.55%-
XYZ3.912.271.04-
YUV36.83120.2160.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=68.03%
G=13.11%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83162300.810.720.67353.7367.6819.41
Hex53101705148431624413
Octal1232027012111010354210423
Binary101001110000101110101000110010001000011101100010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531017; }

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

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

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

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

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

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

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

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