#53030E

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

Shades of Bordeaux #53030E

Tints of Bordeaux #53030E

Color information

#53030E (or 0x53030E) is unknown color: approx Bordeaux. HEX triplet: 53, 03 and 0E. RGB value is (83,3,14). Sum of RGB (Red+Green+Blue) = 83+3+14=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #53030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030E is #ACFCF1. Grayscale: #1C1C1C. Windows color (decimal): -11336946 or 918355. OLE color: 918355.

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

Color convert

RGB83314-
CMYK00.960.830.67
HSL351.75º93.02%16.86%-
HSV(B)351.75º96.39%32.55%-
XYZ3.681.940.6-
YUV28.17120167.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 14 (5.86% from 255) = 14%
R=83%
G=3%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8331400.960.830.67351.7593.0216.86
Hex533E06053431605d11
Octal123316014012310354013521
Binary10100111111100110000010100111000011101100000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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