Html Css Color HEX #700419 Burgundy

📋 copy color: '#700419'

red 112 ◦ green 4 ◦ blue 25

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

Shades of Burgundy #700419

Tints of Burgundy #700419

RGB

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

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

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

R = 79.43%
G = 2.84%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#700419 (or 0x700419) is known color: Burgundy. HEX triplet: 70, 04 and 19. RGB value is (112,4,25). Sum of RGB (Red+Green+Blue) = 112+4+25=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #700419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700419 is #8FFBE6. Grayscale: #262626. Windows color (decimal): -9436135 or 1639536. OLE color: 1639536.

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

Color convert

RGB 112 4 25 -
CMYK 0 0.96 0.78 0.56
HSL 348.33º 0.93% 0.23% -
HSV(B) 348.33º 0.96% 0.44% -
XYZ 6.9 3.6 1.25 -
YUV 38.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 112 4 25 0 0.96 0.78 0.56 348.33 0.93 0.23
Hex 70 4 19 0 60 4E 38 15C 5D 17
Octal 160 4 31 0 140 116 70 534 135 27
Binary 1110000 100 11001 0 1100000 1001110 111000 101011100 1011101 10111

Color Harmonies of #700419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700419

Black with #700419

Text Example


Text Example

White with #700419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700419; }

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

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

background-color css

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

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

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

border-color css

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

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

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