#6E092A

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

Shades of Burgundy #6E092A

Tints of Burgundy #6E092A

Color information

#6E092A (or 0x6E092A) is unknown color: approx Burgundy. HEX triplet: 6E, 09 and 2A. RGB value is (110,9,42). Sum of RGB (Red+Green+Blue) = 110+9+42=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E092A is #91F6D5. Grayscale: #2A2A2A. Windows color (decimal): -9565910 or 2754926. OLE color: 2754926.

HSL color Cylindrical-coordinate representation of color #6E092A: hue angle of 340.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E092A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB110942-
CMYK00.920.620.57
HSL340.4º84.87%23.33%-
HSV(B)340.4º91.82%43.14%-
XYZ6.953.682.53-
YUV42.96127.46175.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=68.32%
G=5.59%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11094200.920.620.57340.484.8723.33
Hex6E92A05C3E391545517
Octal15611520134767152412527
Binary1101110100110101001011100111110111001101010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,42); }

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

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

 a { background-color: rgb(110,9,42); }

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

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

 span { border-color: rgb(110,9,42); }

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