Html Css Color HEX #700620 Burgundy

📋 copy color: '#700620'

red 112 ◦ green 6 ◦ blue 32

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

Shades of Burgundy #700620

Tints of Burgundy #700620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 74.67%
G = 4%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#700620 (or 0x700620) is known color: Burgundy. HEX triplet: 70, 06 and 20. RGB value is (112,6,32). Sum of RGB (Red+Green+Blue) = 112+6+32=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700620 is #8FF9DF. Grayscale: #282828. Windows color (decimal): -9435616 or 2098800. OLE color: 2098800.

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

Color convert

RGB 112 6 32 -
CMYK 0 0.95 0.71 0.56
HSL 345.28º 0.9% 0.23% -
HSV(B) 345.28º 0.95% 0.44% -
XYZ 7.01 3.68 1.71 -
YUV 40.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 112 6 32 0 0.95 0.71 0.56 345.28 0.9 0.23
Hex 70 6 20 0 5F 47 38 159 5A 17
Octal 160 6 40 0 137 107 70 531 132 27
Binary 1110000 110 100000 0 1011111 1000111 111000 101011001 1011010 10111

Color Harmonies of #700620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700620

Black with #700620

Text Example


Text Example

White with #700620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700620; }

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

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

background-color css

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

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

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

border-color css

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

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

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