#6E0423

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

Shades of Burgundy #6E0423

Tints of Burgundy #6E0423

Color information

#6E0423 (or 0x6E0423) is unknown color: approx Burgundy. HEX triplet: 6E, 04 and 23. RGB value is (110,4,35). Sum of RGB (Red+Green+Blue) = 110+4+35=149 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.83% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0423 is #91FBDC. Grayscale: #272727. Windows color (decimal): -9567197 or 2294894. OLE color: 2294894.

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

Color convert

RGB110435-
CMYK00.960.680.57
HSL342.45º92.98%22.35%-
HSV(B)342.45º96.36%43.14%-
XYZ6.783.521.91-
YUV39.23125.62178.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 73.83%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=73.83%
G=2.68%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11043500.960.680.57342.4592.9822.35
Hex6E42306044391565d16
Octal15644301401047152613526
Binary1101110100100011011000001000100111001101010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,35); }

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

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

 a { background-color: rgb(110,4,35); }

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

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

 span { border-color: rgb(110,4,35); }

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