Html Css Color HEX #700214 Burgundy

📋 copy color: '#700214'

red 112 ◦ green 2 ◦ blue 20

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

Shades of Burgundy #700214

Tints of Burgundy #700214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 83.58%
G = 1.49%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#700214 (or 0x700214) is known color: Burgundy. HEX triplet: 70, 02 and 14. RGB value is (112,2,20). Sum of RGB (Red+Green+Blue) = 112+2+20=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700214 is #8FFDEB. Grayscale: #242424. Windows color (decimal): -9436652 or 1311344. OLE color: 1311344.

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

Color convert

RGB 112 2 20 -
CMYK 0 0.98 0.82 0.56
HSL 350.18º 0.96% 0.22% -
HSV(B) 350.18º 0.98% 0.44% -
XYZ 6.83 3.54 0.98 -
YUV 36.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 112 2 20 0 0.98 0.82 0.56 350.18 0.96 0.22
Hex 70 2 14 0 62 52 38 15E 60 16
Octal 160 2 24 0 142 122 70 536 140 26
Binary 1110000 10 10100 0 1100010 1010010 111000 101011110 1100000 10110

Color Harmonies of #700214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700214

Black with #700214

Text Example


Text Example

White with #700214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700214; }

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

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

background-color css

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

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

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

border-color css

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

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

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