Html Css Color HEX #700213 Burgundy

📋 copy color: '#700213'

red 112 ◦ green 2 ◦ blue 19

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

Shades of Burgundy #700213

Tints of Burgundy #700213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

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

R = 84.21%
G = 1.5%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#700213 (or 0x700213) is known color: Burgundy. HEX triplet: 70, 02 and 13. RGB value is (112,2,19). Sum of RGB (Red+Green+Blue) = 112+2+19=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #700213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700213 is #8FFDEC. Grayscale: #242424. Windows color (decimal): -9436653 or 1245808. OLE color: 1245808.

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

Color convert

RGB 112 2 19 -
CMYK 0 0.98 0.83 0.56
HSL 350.73º 0.96% 0.22% -
HSV(B) 350.73º 0.98% 0.44% -
XYZ 6.82 3.54 0.94 -
YUV 36.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 112 2 19 0 0.98 0.83 0.56 350.73 0.96 0.22
Hex 70 2 13 0 62 53 38 15F 60 16
Octal 160 2 23 0 142 123 70 537 140 26
Binary 1110000 10 10011 0 1100010 1010011 111000 101011111 1100000 10110

Color Harmonies of #700213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700213

Black with #700213

Text Example


Text Example

White with #700213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700213; }

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

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

background-color css

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

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

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

border-color css

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

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

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