#69041E

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

Shades of Burgundy #69041E

Tints of Burgundy #69041E

Color information

#69041E (or 0x69041E) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 1E. RGB value is (105,4,30). Sum of RGB (Red+Green+Blue) = 105+4+30=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #69041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69041E is #96FBE1. Grayscale: #252525. Windows color (decimal): -9894882 or 1967209. OLE color: 1967209.

HSL color Cylindrical-coordinate representation of color #69041E: hue angle of 344.55º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69041E is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB105430-
CMYK00.960.710.59
HSL344.55º92.66%21.37%-
HSV(B)344.55º96.19%41.18%-
XYZ6.13.181.52-
YUV37.16123.96176.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75.54%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=75.54%
G=2.88%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10543000.960.710.59344.5592.6621.37
Hex6941E060473B1595d15
Octal15143601401077353113525
Binary110100110011110011000001000111111011101011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,4,30); }

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

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

 a { background-color: rgb(105,4,30); }

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

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

 span { border-color: rgb(105,4,30); }

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