#53010E

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

Shades of Bordeaux #53010E

Tints of Bordeaux #53010E

Color information

#53010E (or 0x53010E) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 0E. RGB value is (83,1,14). Sum of RGB (Red+Green+Blue) = 83+1+14=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #53010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010E is #ACFEF1. Grayscale: #1B1B1B. Windows color (decimal): -11337458 or 917843. OLE color: 917843.

HSL color Cylindrical-coordinate representation of color #53010E: hue angle of 350.49º 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 #53010E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB83114-
CMYK00.990.830.67
HSL350.49º97.62%16.47%-
HSV(B)350.49º98.8%32.55%-
XYZ3.661.890.59-
YUV27120.67167.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 84.69%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=84.69%
G=1.02%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311400.990.830.67350.4997.6216.47
Hex531E063534315e6210
Octal123116014312310353614220
Binary1010011111100110001110100111000011101011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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