Html Css Color HEX #700012 Burgundy

📋 copy color: '#700012'

red 112 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #700012

Tints of Burgundy #700012

RGB

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

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

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

R = 86.15%
G = 0%
B = 13.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#700012 (or 0x700012) is known color: Burgundy. HEX triplet: 70, 00 and 12. RGB value is (112,0,18). Sum of RGB (Red+Green+Blue) = 112+0+18=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700012 is #8FFFED. Grayscale: #232323. Windows color (decimal): -9437166 or 1179760. OLE color: 1179760.

HSL color Cylindrical-coordinate representation of color #700012: hue angle of 350.36º 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 #700012 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 18 -
CMYK 0 1 0.84 0.56
HSL 350.36º 1% 0.22% -
HSV(B) 350.36º 1% 0.44% -
XYZ 6.79 3.49 0.89 -
YUV 35.54 118.11 182.54 -
System Red Green Blue C M Y K H S L
Decimal 112 0 18 0 1 0.84 0.56 350.36 1 0.22
Hex 70 0 12 0 64 54 38 15E 64 16
Octal 160 0 22 0 144 124 70 536 144 26
Binary 1110000 0 10010 0 1100100 1010100 111000 101011110 1100100 10110

Color Harmonies of #700012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700012

Black with #700012

Text Example


Text Example

White with #700012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700012; }

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

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

background-color css

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

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

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

border-color css

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

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

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