#6E030D

Color #6E030D Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6E030D

Tints of Burgundy #6E030D

Color information

#6E030D (or 0x6E030D) is unknown color: approx Burgundy. HEX triplet: 6E, 03 and 0D. RGB value is (110,3,13). Sum of RGB (Red+Green+Blue) = 110+3+13=126 (16% of max value = 765). Red value is 110 (43.36% from 255 or 87.30% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 110 - color contains mainly: red. Hex color #6E030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E030D is #91FCF2. Grayscale: #242424. Windows color (decimal): -9567475 or 852846. OLE color: 852846.

HSL color Cylindrical-coordinate representation of color #6E030D: hue angle of 354.39º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E030D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB110313-
CMYK00.970.880.57
HSL354.39º94.69%22.16%-
HSV(B)354.39º97.27%43.14%-
XYZ6.543.410.69-
YUV36.13114.95180.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 87.30%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=87.30%
G=2.38%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11031300.970.880.57354.3994.6922.16
Hex6E3D06158391625f16
Octal15631501411307154213726
Binary1101110111101011000011011000111001101100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E030D; }

 p { color: rgb(110,3,13); }

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

<style>
 a { background-color: #6E030D; }

 a { background-color: rgb(110,3,13); }

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

<style>
 span { border-color: #6E030D; }

 span { border-color: rgb(110,3,13); }

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