Html Css Color HEX #700916 Burgundy

📋 copy color: '#700916'

red 112 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #700916

Tints of Burgundy #700916

RGB

 RED value IS 112 (44.14% from 255) = 78.32%

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 78.32%
G = 6.29%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#700916 (or 0x700916) is known color: Burgundy. HEX triplet: 70, 09 and 16. RGB value is (112,9,22). Sum of RGB (Red+Green+Blue) = 112+9+22=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #700916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700916 is #8FF6E9. Grayscale: #292929. Windows color (decimal): -9434858 or 1444208. OLE color: 1444208.

HSL color Cylindrical-coordinate representation of color #700916: hue angle of 352.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700916 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 22 -
CMYK 0 0.92 0.80 0.56
HSL 352.43º 0.85% 0.24% -
HSV(B) 352.43º 0.92% 0.44% -
XYZ 6.92 3.7 1.11 -
YUV 41.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 112 9 22 0 0.92 0.80 0.56 352.43 0.85 0.24
Hex 70 9 16 0 5C 50 38 160 55 18
Octal 160 11 26 0 134 120 70 540 125 30
Binary 1110000 1001 10110 0 1011100 1010000 111000 101100000 1010101 11000

Color Harmonies of #700916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700916

Black with #700916

Text Example


Text Example

White with #700916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700916; }

 p { color: rgb(112,9,22); }

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

background-color css

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

 a { background-color: rgb(112,9,22); }

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

border-color css

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

 span { border-color: rgb(112,9,22); }

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