#69071F

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

Shades of Burgundy #69071F

Tints of Burgundy #69071F

Color information

#69071F (or 0x69071F) is unknown color: approx Burgundy. HEX triplet: 69, 07 and 1F. RGB value is (105,7,31). Sum of RGB (Red+Green+Blue) = 105+7+31=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #69071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69071F is #96F8E0. Grayscale: #272727. Windows color (decimal): -9894113 or 2033513. OLE color: 2033513.

HSL color Cylindrical-coordinate representation of color #69071F: hue angle of 345.31º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69071F is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB105731-
CMYK00.930.700.59
HSL345.31º87.5%21.96%-
HSV(B)345.31º93.33%41.18%-
XYZ6.153.251.6-
YUV39.04123.47175.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.43%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=73.43%
G=4.90%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573100.930.700.59345.3187.521.96
Hex6971F05D463B1595816
Octal15173701351067353113026
Binary110100111111111010111011000110111011101011001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,7,31); }

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

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

 a { background-color: rgb(105,7,31); }

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

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

 span { border-color: rgb(105,7,31); }

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