Html Css Color HEX #700912 Burgundy

📋 copy color: '#700912'

red 112 ◦ green 9 ◦ blue 18

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

Shades of Burgundy #700912

Tints of Burgundy #700912

RGB

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

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

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

R = 80.58%
G = 6.47%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#700912 (or 0x700912) is known color: Burgundy. HEX triplet: 70, 09 and 12. RGB value is (112,9,18). Sum of RGB (Red+Green+Blue) = 112+9+18=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #700912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700912 is #8FF6ED. Grayscale: #282828. Windows color (decimal): -9434862 or 1182064. OLE color: 1182064.

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

Color convert

RGB 112 9 18 -
CMYK 0 0.92 0.84 0.56
HSL 354.76º 0.85% 0.24% -
HSV(B) 354.76º 0.92% 0.44% -
XYZ 6.89 3.68 0.92 -
YUV 40.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 112 9 18 0 0.92 0.84 0.56 354.76 0.85 0.24
Hex 70 9 12 0 5C 54 38 163 55 18
Octal 160 11 22 0 134 124 70 543 125 30
Binary 1110000 1001 10010 0 1011100 1010100 111000 101100011 1010101 11000

Color Harmonies of #700912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700912

Black with #700912

Text Example


Text Example

White with #700912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700912; }

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

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

background-color css

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

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

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

border-color css

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

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

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