Html Css Color HEX #700820 Burgundy

📋 copy color: '#700820'

red 112 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #700820

Tints of Burgundy #700820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

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

R = 73.68%
G = 5.26%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#700820 (or 0x700820) is known color: Burgundy. HEX triplet: 70, 08 and 20. RGB value is (112,8,32). Sum of RGB (Red+Green+Blue) = 112+8+32=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700820 is #8FF7DF. Grayscale: #292929. Windows color (decimal): -9435104 or 2099312. OLE color: 2099312.

HSL color Cylindrical-coordinate representation of color #700820: hue angle of 346.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700820 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 32 -
CMYK 0 0.93 0.71 0.56
HSL 346.15º 0.87% 0.24% -
HSV(B) 346.15º 0.93% 0.44% -
XYZ 7.03 3.72 1.71 -
YUV 41.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 112 8 32 0 0.93 0.71 0.56 346.15 0.87 0.24
Hex 70 8 20 0 5D 47 38 15A 57 18
Octal 160 10 40 0 135 107 70 532 127 30
Binary 1110000 1000 100000 0 1011101 1000111 111000 101011010 1010111 11000

Color Harmonies of #700820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700820

Black with #700820

Text Example


Text Example

White with #700820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700820; }

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

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

background-color css

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

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

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

border-color css

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

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

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