#53010D

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

Shades of Bordeaux #53010D

Tints of Bordeaux #53010D

Color information

#53010D (or 0x53010D) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 0D. RGB value is (83,1,13). Sum of RGB (Red+Green+Blue) = 83+1+13=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #53010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010D is #ACFEF2. Grayscale: #1A1A1A. Windows color (decimal): -11337459 or 852307. OLE color: 852307.

HSL color Cylindrical-coordinate representation of color #53010D: hue angle of 351.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53010D is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB83113-
CMYK00.990.840.67
HSL351.22º97.62%16.47%-
HSV(B)351.22º98.8%32.55%-
XYZ3.651.890.55-
YUV26.89120.17168.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 85.57%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=85.57%
G=1.03%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311300.990.840.67351.2297.6216.47
Hex531D063544315f6210
Octal123115014312410353714220
Binary1010011111010110001110101001000011101011111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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