#53060D

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

Shades of Bordeaux #53060D

Tints of Bordeaux #53060D

Color information

#53060D (or 0x53060D) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 0D. RGB value is (83,6,13). Sum of RGB (Red+Green+Blue) = 83+6+13=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #53060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53060D is #ACF9F2. Grayscale: #1D1D1D. Windows color (decimal): -11336179 or 853587. OLE color: 853587.

HSL color Cylindrical-coordinate representation of color #53060D: hue angle of 354.55º 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 #53060D is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB83613-
CMYK00.930.840.67
HSL354.55º86.52%17.45%-
HSV(B)354.55º92.77%32.55%-
XYZ3.7120.57-
YUV29.82118.51165.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 6 (2.73% from 255) = 5.88%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=81.37%
G=5.88%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8361300.930.840.67354.5586.5217.45
Hex536D05D54431635711
Octal123615013512410354312721
Binary101001111011010101110110101001000011101100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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