#53050E

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

Shades of Bordeaux #53050E

Tints of Bordeaux #53050E

Color information

#53050E (or 0x53050E) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 0E. RGB value is (83,5,14). Sum of RGB (Red+Green+Blue) = 83+5+14=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #53050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53050E is #ACFAF1. Grayscale: #1D1D1D. Windows color (decimal): -11336434 or 918867. OLE color: 918867.

HSL color Cylindrical-coordinate representation of color #53050E: hue angle of 353.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53050E is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB83514-
CMYK00.940.830.67
HSL353.08º88.64%17.25%-
HSV(B)353.08º93.98%32.55%-
XYZ3.71.980.6-
YUV29.35119.34166.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=81.37%
G=4.90%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351400.940.830.67353.0888.6417.25
Hex535E05E53431615911
Octal123516013612310354113121
Binary101001110111100101111010100111000011101100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,5,14); }

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

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

 a { background-color: rgb(83,5,14); }

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

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

 span { border-color: rgb(83,5,14); }

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