#69001F

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

Shades of Burgundy #69001F

Tints of Burgundy #69001F

Color information

#69001F (or 0x69001F) is unknown color: approx Burgundy. HEX triplet: 69, 00 and 1F. RGB value is (105,0,31). Sum of RGB (Red+Green+Blue) = 105+0+31=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #69001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69001F is #96FFE0. Grayscale: #222222. Windows color (decimal): -9895905 or 2031721. OLE color: 2031721.

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

Color convert

RGB105031-
CMYK010.700.59
HSL342.29º100%20.59%-
HSV(B)342.29º100%41.18%-
XYZ6.073.11.58-
YUV34.93125.79177.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=77.21%
G=0%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105031010.700.59342.2910020.59
Hex6901F064463B1566415
Octal15103701441067352614425
Binary1101001011111011001001000110111011101010110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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