Html Css Color HEX #700119 Burgundy

📋 copy color: '#700119'

red 112 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #700119

Tints of Burgundy #700119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 81.16%
G = 0.72%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#700119 (or 0x700119) is known color: Burgundy. HEX triplet: 70, 01 and 19. RGB value is (112,1,25). Sum of RGB (Red+Green+Blue) = 112+1+25=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700119 is #8FFEE6. Grayscale: #242424. Windows color (decimal): -9436903 or 1638768. OLE color: 1638768.

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

Color convert

RGB 112 1 25 -
CMYK 0 0.99 0.78 0.56
HSL 347.03º 0.98% 0.22% -
HSV(B) 347.03º 0.99% 0.44% -
XYZ 6.87 3.54 1.24 -
YUV 36.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 112 1 25 0 0.99 0.78 0.56 347.03 0.98 0.22
Hex 70 1 19 0 63 4E 38 15B 62 16
Octal 160 1 31 0 143 116 70 533 142 26
Binary 1110000 1 11001 0 1100011 1001110 111000 101011011 1100010 10110

Color Harmonies of #700119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700119

Black with #700119

Text Example


Text Example

White with #700119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700119; }

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

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

background-color css

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

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

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

border-color css

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

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

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