#53161E

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

Shades of Bordeaux #53161E

Tints of Bordeaux #53161E

Color information

#53161E (or 0x53161E) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 1E. RGB value is (83,22,30). Sum of RGB (Red+Green+Blue) = 83+22+30=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161E is #ACE9E1. Grayscale: #292929. Windows color (decimal): -11332066 or 1971795. OLE color: 1971795.

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

Color convert

RGB832230-
CMYK00.730.640.67
HSL352.13º58.1%20.59%-
HSV(B)352.13º73.49%32.55%-
XYZ4.092.511.5-
YUV41.15121.71157.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=61.48%
G=16.30%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83223000.730.640.67352.1358.120.59
Hex53161E04940431603a15
Octal123263601111001035407225
Binary10100111011011110010010011000000100001110110000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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