#53060E

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

Shades of Bordeaux #53060E

Tints of Bordeaux #53060E

Color information

#53060E (or 0x53060E) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 0E. RGB value is (83,6,14). Sum of RGB (Red+Green+Blue) = 83+6+14=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #53060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53060E is #ACF9F1. Grayscale: #1D1D1D. Windows color (decimal): -11336178 or 919123. OLE color: 919123.

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

Color convert

RGB83614-
CMYK00.930.830.67
HSL353.77º86.52%17.45%-
HSV(B)353.77º92.77%32.55%-
XYZ3.7120.61-
YUV29.94119.01165.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=80.58%
G=5.83%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8361400.930.830.67353.7786.5217.45
Hex536E05D53431625711
Octal123616013512310354212721
Binary101001111011100101110110100111000011101100010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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