#53050D

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

Shades of Bordeaux #53050D

Tints of Bordeaux #53050D

Color information

#53050D (or 0x53050D) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 0D. RGB value is (83,5,13). Sum of RGB (Red+Green+Blue) = 83+5+13=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #53050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53050D is #ACFAF2. Grayscale: #1D1D1D. Windows color (decimal): -11336435 or 853331. OLE color: 853331.

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

Color convert

RGB83513-
CMYK00.940.840.67
HSL353.85º88.64%17.25%-
HSV(B)353.85º93.98%32.55%-
XYZ3.691.980.57-
YUV29.23118.84166.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 82.18%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=82.18%
G=4.95%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351300.940.840.67353.8588.6417.25
Hex535D05E54431625911
Octal123515013612410354213121
Binary101001110111010101111010101001000011101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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