#6E0024

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

Shades of Burgundy #6E0024

Tints of Burgundy #6E0024

Color information

#6E0024 (or 0x6E0024) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 24. RGB value is (110,0,36). Sum of RGB (Red+Green+Blue) = 110+0+36=146 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.34% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0024 is #91FFDB. Grayscale: #242424. Windows color (decimal): -9568220 or 2359406. OLE color: 2359406.

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

Color convert

RGB110036-
CMYK010.670.57
HSL340.36º100%21.57%-
HSV(B)340.36º100%43.14%-
XYZ6.753.441.98-
YUV36.99127.44180.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 75.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=75.34%
G=0%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110036010.670.57340.3610021.57
Hex6E02406443391546416
Octal15604401441037152414426
Binary11011100100100011001001000011111001101010100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,36); }

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

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

 a { background-color: rgb(110,0,36); }

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

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

 span { border-color: rgb(110,0,36); }

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