Html Css Color HEX #700020 Burgundy

📋 copy color: '#700020'

red 112 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #700020

Tints of Burgundy #700020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#700020 (or 0x700020) is known color: Burgundy. HEX triplet: 70, 00 and 20. RGB value is (112,0,32). Sum of RGB (Red+Green+Blue) = 112+0+32=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #700020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700020 is #8FFFDF. Grayscale: #252525. Windows color (decimal): -9437152 or 2097264. OLE color: 2097264.

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

Color convert

RGB 112 0 32 -
CMYK 0 1 0.71 0.56
HSL 342.86º 1% 0.22% -
HSV(B) 342.86º 1% 0.44% -
XYZ 6.94 3.55 1.69 -
YUV 37.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 112 0 32 0 1 0.71 0.56 342.86 1 0.22
Hex 70 0 20 0 64 47 38 157 64 16
Octal 160 0 40 0 144 107 70 527 144 26
Binary 1110000 0 100000 0 1100100 1000111 111000 101010111 1100100 10110

Color Harmonies of #700020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700020

Black with #700020

Text Example


Text Example

White with #700020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700020; }

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

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

background-color css

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

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

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

border-color css

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

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

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