Html Css Color HEX #700212 Burgundy

📋 copy color: '#700212'

red 112 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #700212

Tints of Burgundy #700212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 84.85%
G = 1.52%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#700212 (or 0x700212) is known color: Burgundy. HEX triplet: 70, 02 and 12. RGB value is (112,2,18). Sum of RGB (Red+Green+Blue) = 112+2+18=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #700212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700212 is #8FFDED. Grayscale: #242424. Windows color (decimal): -9436654 or 1180272. OLE color: 1180272.

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

Color convert

RGB 112 2 18 -
CMYK 0 0.98 0.84 0.56
HSL 351.27º 0.96% 0.22% -
HSV(B) 351.27º 0.98% 0.44% -
XYZ 6.81 3.53 0.89 -
YUV 36.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 112 2 18 0 0.98 0.84 0.56 351.27 0.96 0.22
Hex 70 2 12 0 62 54 38 15F 60 16
Octal 160 2 22 0 142 124 70 537 140 26
Binary 1110000 10 10010 0 1100010 1010100 111000 101011111 1100000 10110

Color Harmonies of #700212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700212

Black with #700212

Text Example


Text Example

White with #700212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700212; }

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

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

background-color css

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

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

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

border-color css

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

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

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