#53161C

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

Shades of Bordeaux #53161C

Tints of Bordeaux #53161C

Color information

#53161C (or 0x53161C) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 1C. RGB value is (83,22,28). Sum of RGB (Red+Green+Blue) = 83+22+28=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161C is #ACE9E3. Grayscale: #282828. Windows color (decimal): -11332068 or 1840723. OLE color: 1840723.

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

Color convert

RGB832228-
CMYK00.730.660.67
HSL354.1º58.1%20.59%-
HSV(B)354.1º73.49%32.55%-
XYZ4.062.51.37-
YUV40.92120.71158.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=62.41%
G=16.54%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83222800.730.660.67354.158.120.59
Hex53161C04942431623a15
Octal123263401111021035427225
Binary10100111011011100010010011000010100001110110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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