Html Css Color HEX #700319 Burgundy

📋 copy color: '#700319'

red 112 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #700319

Tints of Burgundy #700319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 80%
G = 2.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#700319 (or 0x700319) is known color: Burgundy. HEX triplet: 70, 03 and 19. RGB value is (112,3,25). Sum of RGB (Red+Green+Blue) = 112+3+25=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #700319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700319 is #8FFCE6. Grayscale: #262626. Windows color (decimal): -9436391 or 1639280. OLE color: 1639280.

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

Color convert

RGB 112 3 25 -
CMYK 0 0.97 0.78 0.56
HSL 347.89º 0.95% 0.23% -
HSV(B) 347.89º 0.97% 0.44% -
XYZ 6.89 3.58 1.25 -
YUV 38.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 112 3 25 0 0.97 0.78 0.56 347.89 0.95 0.23
Hex 70 3 19 0 61 4E 38 15C 5F 17
Octal 160 3 31 0 141 116 70 534 137 27
Binary 1110000 11 11001 0 1100001 1001110 111000 101011100 1011111 10111

Color Harmonies of #700319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700319

Black with #700319

Text Example


Text Example

White with #700319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700319; }

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

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

background-color css

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

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

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

border-color css

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

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

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