Html Css Color HEX #700320 Burgundy

📋 copy color: '#700320'

red 112 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #700320

Tints of Burgundy #700320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

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

R = 76.19%
G = 2.04%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#700320 (or 0x700320) is known color: Burgundy. HEX triplet: 70, 03 and 20. RGB value is (112,3,32). Sum of RGB (Red+Green+Blue) = 112+3+32=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #700320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700320 is #8FFCDF. Grayscale: #262626. Windows color (decimal): -9436384 or 2098032. OLE color: 2098032.

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

Color convert

RGB 112 3 32 -
CMYK 0 0.97 0.71 0.56
HSL 344.04º 0.95% 0.23% -
HSV(B) 344.04º 0.97% 0.44% -
XYZ 6.98 3.61 1.7 -
YUV 38.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 112 3 32 0 0.97 0.71 0.56 344.04 0.95 0.23
Hex 70 3 20 0 61 47 38 158 5F 17
Octal 160 3 40 0 141 107 70 530 137 27
Binary 1110000 11 100000 0 1100001 1000111 111000 101011000 1011111 10111

Color Harmonies of #700320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700320

Black with #700320

Text Example


Text Example

White with #700320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700320; }

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

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

background-color css

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

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

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

border-color css

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

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

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