#69011E

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

Shades of Burgundy #69011E

Tints of Burgundy #69011E

Color information

#69011E (or 0x69011E) is unknown color: approx Burgundy. HEX triplet: 69, 01 and 1E. RGB value is (105,1,30). Sum of RGB (Red+Green+Blue) = 105+1+30=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #69011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69011E is #96FEE1. Grayscale: #232323. Windows color (decimal): -9895650 or 1966441. OLE color: 1966441.

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

Color convert

RGB105130-
CMYK00.990.710.59
HSL343.27º98.11%20.78%-
HSV(B)343.27º99.05%41.18%-
XYZ6.073.121.51-
YUV35.4124.96177.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.21%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=77.21%
G=0.74%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10513000.990.710.59343.2798.1120.78
Hex6911E063473B1576215
Octal15113601431077352714225
Binary1101001111110011000111000111111011101010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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