#53161F

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

Shades of Bordeaux #53161F

Tints of Bordeaux #53161F

Color information

#53161F (or 0x53161F) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 1F. RGB value is (83,22,31). Sum of RGB (Red+Green+Blue) = 83+22+31=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161F is #ACE9E0. Grayscale: #292929. Windows color (decimal): -11332065 or 2037331. OLE color: 2037331.

HSL color Cylindrical-coordinate representation of color #53161F: hue angle of 351.15º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53161F is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB832231-
CMYK00.730.630.67
HSL351.15º58.1%20.59%-
HSV(B)351.15º73.49%32.55%-
XYZ4.12.511.56-
YUV41.26122.21157.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=61.03%
G=16.18%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83223100.730.630.67351.1558.120.59
Hex53161F0493F4315f3a15
Octal12326370111771035377225
Binary1010011101101111101001001111111100001110101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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