#69020E

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

Shades of Burgundy #69020E

Tints of Burgundy #69020E

Color information

#69020E (or 0x69020E) is unknown color: approx Burgundy. HEX triplet: 69, 02 and 0E. RGB value is (105,2,14). Sum of RGB (Red+Green+Blue) = 105+2+14=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #69020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69020E is #96FDF1. Grayscale: #222222. Windows color (decimal): -9895410 or 918121. OLE color: 918121.

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

Color convert

RGB105214-
CMYK00.980.870.59
HSL353.01º96.26%20.98%-
HSV(B)353.01º98.1%41.18%-
XYZ5.933.080.7-
YUV34.17116.62178.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 86.78%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 14 (5.86% from 255) = 11.57%
R=86.78%
G=1.65%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10521400.980.870.59353.0196.2620.98
Hex692E062573B1616015
Octal15121601421277354114025
Binary1101001101110011000101010111111011101100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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