#69040B

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

Shades of Burgundy #69040B

Tints of Burgundy #69040B

Color information

#69040B (or 0x69040B) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 0B. RGB value is (105,4,11). Sum of RGB (Red+Green+Blue) = 105+4+11=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #69040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69040B is #96FBF4. Grayscale: #232323. Windows color (decimal): -9894901 or 722025. OLE color: 722025.

HSL color Cylindrical-coordinate representation of color #69040B: hue angle of 355.84º 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 #69040B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB105411-
CMYK00.960.900.59
HSL355.84º92.66%21.37%-
HSV(B)355.84º96.19%41.18%-
XYZ5.933.110.61-
YUV35114.46177.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 87.5%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=87.5%
G=3.33%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10541100.960.900.59355.8492.6621.37
Hex694B0605A3B1645d15
Octal15141301401327354413525
Binary11010011001011011000001011010111011101100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69040B; }

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

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

<style>
 a { background-color: #69040B; }

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

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

<style>
 span { border-color: #69040B; }

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

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