#69061A

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

Shades of Burgundy #69061A

Tints of Burgundy #69061A

Color information

#69061A (or 0x69061A) is unknown color: approx Burgundy. HEX triplet: 69, 06 and 1A. RGB value is (105,6,26). Sum of RGB (Red+Green+Blue) = 105+6+26=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #69061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69061A is #96F9E5. Grayscale: #252525. Windows color (decimal): -9894374 or 1705577. OLE color: 1705577.

HSL color Cylindrical-coordinate representation of color #69061A: hue angle of 347.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69061A is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB105626-
CMYK00.940.750.59
HSL347.88º89.19%21.76%-
HSV(B)347.88º94.29%41.18%-
XYZ6.083.211.28-
YUV37.88121.3175.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.64%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=76.64%
G=4.38%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10562600.940.750.59347.8889.1921.76
Hex6961A05E4B3B15c5916
Octal15163201361137353413126
Binary110100111011010010111101001011111011101011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69061A; }

 p { color: rgb(105,6,26); }

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

<style>
 a { background-color: #69061A; }

 a { background-color: rgb(105,6,26); }

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

<style>
 span { border-color: #69061A; }

 span { border-color: rgb(105,6,26); }

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