Html Css Color HEX #700220 Burgundy

📋 copy color: '#700220'

red 112 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #700220

Tints of Burgundy #700220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.92%

R = 76.71%
G = 1.37%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#700220 (or 0x700220) is known color: Burgundy. HEX triplet: 70, 02 and 20. RGB value is (112,2,32). Sum of RGB (Red+Green+Blue) = 112+2+32=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #700220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700220 is #8FFDDF. Grayscale: #262626. Windows color (decimal): -9436640 or 2097776. OLE color: 2097776.

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

Color convert

RGB 112 2 32 -
CMYK 0 0.98 0.71 0.56
HSL 343.64º 0.96% 0.22% -
HSV(B) 343.64º 0.98% 0.44% -
XYZ 6.96 3.59 1.69 -
YUV 38.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 112 2 32 0 0.98 0.71 0.56 343.64 0.96 0.22
Hex 70 2 20 0 62 47 38 158 60 16
Octal 160 2 40 0 142 107 70 530 140 26
Binary 1110000 10 100000 0 1100010 1000111 111000 101011000 1100000 10110

Color Harmonies of #700220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700220

Black with #700220

Text Example


Text Example

White with #700220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700220; }

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

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

background-color css

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

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

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

border-color css

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

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

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