Html Css Color HEX #700709 Burgundy

📋 copy color: '#700709'

red 112 ◦ green 7 ◦ blue 9

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

Shades of Burgundy #700709

Tints of Burgundy #700709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 87.5%
G = 5.47%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#700709 (or 0x700709) is known color: Burgundy. HEX triplet: 70, 07 and 09. RGB value is (112,7,9). Sum of RGB (Red+Green+Blue) = 112+7+9=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #700709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700709 is #8FF8F6. Grayscale: #262626. Windows color (decimal): -9435383 or 591728. OLE color: 591728.

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

Color convert

RGB 112 7 9 -
CMYK 0 0.94 0.92 0.56
HSL 358.86º 0.88% 0.23% -
HSV(B) 358.86º 0.94% 0.44% -
XYZ 6.81 3.62 0.6 -
YUV 38.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 112 7 9 0 0.94 0.92 0.56 358.86 0.88 0.23
Hex 70 7 9 0 5E 5C 38 167 58 17
Octal 160 7 11 0 136 134 70 547 130 27
Binary 1110000 111 1001 0 1011110 1011100 111000 101100111 1011000 10111

Color Harmonies of #700709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700709

Black with #700709

Text Example


Text Example

White with #700709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700709; }

 p { color: rgb(112,7,9); }

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

background-color css

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

 a { background-color: rgb(112,7,9); }

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

border-color css

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

 span { border-color: rgb(112,7,9); }

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