Html Css Color HEX #690111 Burgundy

📋 copy color: '#690111'

red 105 ◦ green 1 ◦ blue 17

#690111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #690111

Tints of Burgundy #690111

RGB

 RED value IS 105 (41.41% from 255) = 85.37%

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 17 (7.03% from 255) = 13.82%

R = 85.37%
G = 0.81%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#690111 (or 0x690111) is known color: Burgundy. HEX triplet: 69, 01 and 11. RGB value is (105,1,17). Sum of RGB (Red+Green+Blue) = 105+1+17=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #690111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690111 is #96FEEE. Grayscale: #212121. Windows color (decimal): -9895663 or 1114473. OLE color: 1114473.

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

Color convert

RGB 105 1 17 -
CMYK 0 0.99 0.84 0.59
HSL 350.77º 0.98% 0.21% -
HSV(B) 350.77º 0.99% 0.41% -
XYZ 5.94 3.07 0.81 -
YUV 33.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 105 1 17 0 0.99 0.84 0.59 350.77 0.98 0.21
Hex 69 1 11 0 63 54 3B 15F 62 15
Octal 151 1 21 0 143 124 73 537 142 25
Binary 1101001 1 10001 0 1100011 1010100 111011 101011111 1100010 10101

Color Harmonies of #690111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690111

Black with #690111

Text Example


Text Example

White with #690111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690111; }

 p { color: rgb(105,1,17); }

 H1.HeaderClassName
 {
   color: #690111;
 }
 .AnyTagClassName
 {
   color: #690111;
 }
</style>

background-color css

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

 a { background-color: rgb(105,1,17); }

 div.DivClassName
 {
   background-color: #690111;
 }
 .BgClassName
 {
   background-color: #690111;
 }
</style>

border-color css

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

 span { border-color: rgb(105,1,17); }

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