#531016

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

Shades of Bordeaux #531016

Tints of Bordeaux #531016

Color information

#531016 (or 0x531016) is unknown color: approx Bordeaux. HEX triplet: 53, 10 and 16. RGB value is (83,16,22). Sum of RGB (Red+Green+Blue) = 83+16+22=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531016 is #ACEFE9. Grayscale: #242424. Windows color (decimal): -11333610 or 1445971. OLE color: 1445971.

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

Color convert

RGB831622-
CMYK00.810.730.67
HSL354.63º67.68%19.41%-
HSV(B)354.63º80.72%32.55%-
XYZ3.92.270.99-
YUV36.72119.7161.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=68.60%
G=13.22%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83162200.810.730.67354.6367.6819.41
Hex53101605149431634413
Octal1232026012111110354310423
Binary101001110000101100101000110010011000011101100011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531016; }

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

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

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

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

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

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

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

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