Html Css Color HEX #690116 Burgundy

📋 copy color: '#690116'

red 105 ◦ green 1 ◦ blue 22

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

Shades of Burgundy #690116

Tints of Burgundy #690116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 82.03%
G = 0.78%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#690116 (or 0x690116) is known color: Burgundy. HEX triplet: 69, 01 and 16. RGB value is (105,1,22). Sum of RGB (Red+Green+Blue) = 105+1+22=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #690116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690116 is #96FEE9. Grayscale: #222222. Windows color (decimal): -9895658 or 1442153. OLE color: 1442153.

HSL color Cylindrical-coordinate representation of color #690116: hue angle of 347.88º 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 #690116 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 1 22 -
CMYK 0 0.99 0.79 0.59
HSL 347.88º 0.98% 0.21% -
HSV(B) 347.88º 0.99% 0.41% -
XYZ 5.98 3.08 1.04 -
YUV 34.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 105 1 22 0 0.99 0.79 0.59 347.88 0.98 0.21
Hex 69 1 16 0 63 4F 3B 15C 62 15
Octal 151 1 26 0 143 117 73 534 142 25
Binary 1101001 1 10110 0 1100011 1001111 111011 101011100 1100010 10101

Color Harmonies of #690116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690116

Black with #690116

Text Example


Text Example

White with #690116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690116; }

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

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

background-color css

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

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

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

border-color css

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

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

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