#69040F

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

Shades of Burgundy #69040F

Tints of Burgundy #69040F

Color information

#69040F (or 0x69040F) is unknown color: approx Burgundy. HEX triplet: 69, 04 and 0F. RGB value is (105,4,15). Sum of RGB (Red+Green+Blue) = 105+4+15=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #69040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69040F is #96FBF0. Grayscale: #232323. Windows color (decimal): -9894897 or 984169. OLE color: 984169.

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

Color convert

RGB105415-
CMYK00.960.860.59
HSL353.47º92.66%21.37%-
HSV(B)353.47º96.19%41.18%-
XYZ5.963.120.74-
YUV35.45116.46177.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84.68%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=84.68%
G=3.23%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10541500.960.860.59353.4792.6621.37
Hex694F060563B1615d15
Octal15141701401267354113525
Binary11010011001111011000001010110111011101100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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