#69071E

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

Shades of Burgundy #69071E

Tints of Burgundy #69071E

Color information

#69071E (or 0x69071E) is unknown color: approx Burgundy. HEX triplet: 69, 07 and 1E. RGB value is (105,7,30). Sum of RGB (Red+Green+Blue) = 105+7+30=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #69071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69071E is #96F8E1. Grayscale: #262626. Windows color (decimal): -9894114 or 1967977. OLE color: 1967977.

HSL color Cylindrical-coordinate representation of color #69071E: hue angle of 345.92º 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 #69071E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB105730-
CMYK00.930.710.59
HSL345.92º87.5%21.96%-
HSV(B)345.92º93.33%41.18%-
XYZ6.143.251.53-
YUV38.92122.97175.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.94%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=73.94%
G=4.93%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573000.930.710.59345.9287.521.96
Hex6971E05D473B15a5816
Octal15173601351077353213026
Binary110100111111110010111011000111111011101011010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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