Html Css Color HEX #690112 Burgundy

📋 copy color: '#690112'

red 105 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #690112

Tints of Burgundy #690112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 84.68%
G = 0.81%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#690112 (or 0x690112) is known color: Burgundy. HEX triplet: 69, 01 and 12. RGB value is (105,1,18). Sum of RGB (Red+Green+Blue) = 105+1+18=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #690112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690112 is #96FEED. Grayscale: #222222. Windows color (decimal): -9895662 or 1180009. OLE color: 1180009.

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

Color convert

RGB 105 1 18 -
CMYK 0 0.99 0.83 0.59
HSL 350.19º 0.98% 0.21% -
HSV(B) 350.19º 0.99% 0.41% -
XYZ 5.95 3.07 0.85 -
YUV 34.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 105 1 18 0 0.99 0.83 0.59 350.19 0.98 0.21
Hex 69 1 12 0 63 53 3B 15E 62 15
Octal 151 1 22 0 143 123 73 536 142 25
Binary 1101001 1 10010 0 1100011 1010011 111011 101011110 1100010 10101

Color Harmonies of #690112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690112

Black with #690112

Text Example


Text Example

White with #690112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690112; }

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

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

background-color css

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

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

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

border-color css

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

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

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