Html Css Color HEX #700120 Burgundy

📋 copy color: '#700120'

red 112 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #700120

Tints of Burgundy #700120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 77.24%
G = 0.69%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#700120 (or 0x700120) is known color: Burgundy. HEX triplet: 70, 01 and 20. RGB value is (112,1,32). Sum of RGB (Red+Green+Blue) = 112+1+32=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #700120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700120 is #8FFEDF. Grayscale: #252525. Windows color (decimal): -9436896 or 2097520. OLE color: 2097520.

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

Color convert

RGB 112 1 32 -
CMYK 0 0.99 0.71 0.56
HSL 343.24º 0.98% 0.22% -
HSV(B) 343.24º 0.99% 0.44% -
XYZ 6.95 3.57 1.69 -
YUV 37.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 112 1 32 0 0.99 0.71 0.56 343.24 0.98 0.22
Hex 70 1 20 0 63 47 38 157 62 16
Octal 160 1 40 0 143 107 70 527 142 26
Binary 1110000 1 100000 0 1100011 1000111 111000 101010111 1100010 10110

Color Harmonies of #700120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700120

Black with #700120

Text Example


Text Example

White with #700120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700120; }

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

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

background-color css

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

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

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

border-color css

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

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

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