Html Css Color HEX #700412 Burgundy

📋 copy color: '#700412'

red 112 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #700412

Tints of Burgundy #700412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

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

R = 83.58%
G = 2.99%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#700412 (or 0x700412) is known color: Burgundy. HEX triplet: 70, 04 and 12. RGB value is (112,4,18). Sum of RGB (Red+Green+Blue) = 112+4+18=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700412 is #8FFBED. Grayscale: #252525. Windows color (decimal): -9436142 or 1180784. OLE color: 1180784.

HSL color Cylindrical-coordinate representation of color #700412: hue angle of 352.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700412 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 18 -
CMYK 0 0.96 0.84 0.56
HSL 352.22º 0.93% 0.23% -
HSV(B) 352.22º 0.96% 0.44% -
XYZ 6.83 3.58 0.9 -
YUV 37.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 112 4 18 0 0.96 0.84 0.56 352.22 0.93 0.23
Hex 70 4 12 0 60 54 38 160 5D 17
Octal 160 4 22 0 140 124 70 540 135 27
Binary 1110000 100 10010 0 1100000 1010100 111000 101100000 1011101 10111

Color Harmonies of #700412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700412

Black with #700412

Text Example


Text Example

White with #700412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700412; }

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

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

background-color css

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

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

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

border-color css

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

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

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