Html Css Color HEX #700919 Burgundy

📋 copy color: '#700919'

red 112 ◦ green 9 ◦ blue 25

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

Shades of Burgundy #700919

Tints of Burgundy #700919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.12%

R = 76.71%
G = 6.16%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#700919 (or 0x700919) is known color: Burgundy. HEX triplet: 70, 09 and 19. RGB value is (112,9,25). Sum of RGB (Red+Green+Blue) = 112+9+25=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #700919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700919 is #8FF6E6. Grayscale: #292929. Windows color (decimal): -9434855 or 1640816. OLE color: 1640816.

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

Color convert

RGB 112 9 25 -
CMYK 0 0.92 0.78 0.56
HSL 350.68º 0.85% 0.24% -
HSV(B) 350.68º 0.92% 0.44% -
XYZ 6.96 3.71 1.27 -
YUV 41.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 112 9 25 0 0.92 0.78 0.56 350.68 0.85 0.24
Hex 70 9 19 0 5C 4E 38 15F 55 18
Octal 160 11 31 0 134 116 70 537 125 30
Binary 1110000 1001 11001 0 1011100 1001110 111000 101011111 1010101 11000

Color Harmonies of #700919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700919

Black with #700919

Text Example


Text Example

White with #700919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700919; }

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

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

background-color css

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

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

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

border-color css

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

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

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