#531013

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

Shades of Bordeaux #531013

Tints of Bordeaux #531013

Color information

#531013 (or 0x531013) is unknown color: approx Bordeaux. HEX triplet: 53, 10 and 13. RGB value is (83,16,19). Sum of RGB (Red+Green+Blue) = 83+16+19=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531013 is #ACEFEC. Grayscale: #242424. Windows color (decimal): -11333613 or 1249363. OLE color: 1249363.

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

Color convert

RGB831619-
CMYK00.810.770.67
HSL357.31º67.68%19.41%-
HSV(B)357.31º80.72%32.55%-
XYZ3.872.260.85-
YUV36.38118.2161.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=70.34%
G=13.56%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83161900.810.770.67357.3167.6819.41
Hex5310130514D431654413
Octal1232023012111510354510423
Binary101001110000100110101000110011011000011101100101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531013; }

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

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

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

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

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

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

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

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