Html Css Color HEX #700A19 Burgundy

📋 copy color: '#700A19'

red 112 ◦ green 10 ◦ blue 25

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

Shades of Burgundy #700A19

Tints of Burgundy #700A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.8%

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

R = 76.19%
G = 6.8%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#700A19 (or 0x700A19) is known color: Burgundy. HEX triplet: 70, 0A and 19. RGB value is (112,10,25). Sum of RGB (Red+Green+Blue) = 112+10+25=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #700A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700A19 is #8FF5E6. Grayscale: #2A2A2A. Windows color (decimal): -9434599 or 1641072. OLE color: 1641072.

HSL color Cylindrical-coordinate representation of color #700A19: hue angle of 351.18º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A19 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 25 -
CMYK 0 0.91 0.78 0.56
HSL 351.18º 0.84% 0.24% -
HSV(B) 351.18º 0.91% 0.44% -
XYZ 6.97 3.73 1.27 -
YUV 42.21 118.29 177.78 -
System Red Green Blue C M Y K H S L
Decimal 112 10 25 0 0.91 0.78 0.56 351.18 0.84 0.24
Hex 70 A 19 0 5B 4E 38 15F 54 18
Octal 160 12 31 0 133 116 70 537 124 30
Binary 1110000 1010 11001 0 1011011 1001110 111000 101011111 1010100 11000

Color Harmonies of #700A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A19

Black with #700A19

Text Example


Text Example

White with #700A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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