Html Css Color HEX #700016 Burgundy

📋 copy color: '#700016'

red 112 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #700016

Tints of Burgundy #700016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.58%
G = 0%
B = 16.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#700016 (or 0x700016) is known color: Burgundy. HEX triplet: 70, 00 and 16. RGB value is (112,0,22). Sum of RGB (Red+Green+Blue) = 112+0+22=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700016 is #8FFFE9. Grayscale: #242424. Windows color (decimal): -9437162 or 1441904. OLE color: 1441904.

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

Color convert

RGB 112 0 22 -
CMYK 0 1 0.80 0.56
HSL 348.21º 1% 0.22% -
HSV(B) 348.21º 1% 0.44% -
XYZ 6.83 3.5 1.08 -
YUV 36 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 112 0 22 0 1 0.80 0.56 348.21 1 0.22
Hex 70 0 16 0 64 50 38 15C 64 16
Octal 160 0 26 0 144 120 70 534 144 26
Binary 1110000 0 10110 0 1100100 1010000 111000 101011100 1100100 10110

Color Harmonies of #700016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700016

Black with #700016

Text Example


Text Example

White with #700016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700016; }

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

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

background-color css

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

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

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

border-color css

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

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

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