Html Css Color HEX #700013 Burgundy

📋 copy color: '#700013'

red 112 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #700013

Tints of Burgundy #700013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 85.5%
G = 0%
B = 14.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#700013 (or 0x700013) is known color: Burgundy. HEX triplet: 70, 00 and 13. RGB value is (112,0,19). Sum of RGB (Red+Green+Blue) = 112+0+19=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700013 is #8FFFEC. Grayscale: #232323. Windows color (decimal): -9437165 or 1245296. OLE color: 1245296.

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

Color convert

RGB 112 0 19 -
CMYK 0 1 0.83 0.56
HSL 349.82º 1% 0.22% -
HSV(B) 349.82º 1% 0.44% -
XYZ 6.8 3.49 0.93 -
YUV 35.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 112 0 19 0 1 0.83 0.56 349.82 1 0.22
Hex 70 0 13 0 64 53 38 15E 64 16
Octal 160 0 23 0 144 123 70 536 144 26
Binary 1110000 0 10011 0 1100100 1010011 111000 101011110 1100100 10110

Color Harmonies of #700013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700013

Black with #700013

Text Example


Text Example

White with #700013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700013; }

 p { color: rgb(112,0,19); }

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

background-color css

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

 a { background-color: rgb(112,0,19); }

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

border-color css

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

 span { border-color: rgb(112,0,19); }

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