#69050E

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

Shades of Burgundy #69050E

Tints of Burgundy #69050E

Color information

#69050E (or 0x69050E) is unknown color: approx Burgundy. HEX triplet: 69, 05 and 0E. RGB value is (105,5,14). Sum of RGB (Red+Green+Blue) = 105+5+14=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #69050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69050E is #96FAF1. Grayscale: #232323. Windows color (decimal): -9894642 or 918889. OLE color: 918889.

HSL color Cylindrical-coordinate representation of color #69050E: hue angle of 354.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69050E is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB105514-
CMYK00.950.870.59
HSL354.6º90.91%21.57%-
HSV(B)354.6º95.24%41.18%-
XYZ5.963.140.71-
YUV35.93115.63177.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84.68%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=84.68%
G=4.03%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10551400.950.870.59354.690.9121.57
Hex695E05F573B1635b16
Octal15151601371277354313326
Binary11010011011110010111111010111111011101100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,5,14); }

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

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

 a { background-color: rgb(105,5,14); }

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

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

 span { border-color: rgb(105,5,14); }

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