Html Css Color HEX #700109 Burgundy

📋 copy color: '#700109'

red 112 ◦ green 1 ◦ blue 9

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

Shades of Burgundy #700109

Tints of Burgundy #700109

RGB

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

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

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

R = 91.8%
G = 0.82%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#700109 (or 0x700109) is known color: Burgundy. HEX triplet: 70, 01 and 09. RGB value is (112,1,9). Sum of RGB (Red+Green+Blue) = 112+1+9=122 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.80% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 112 - color contains mainly: red. Hex color #700109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700109 is #8FFEF6. Grayscale: #232323. Windows color (decimal): -9436919 or 590192. OLE color: 590192.

HSL color Cylindrical-coordinate representation of color #700109: hue angle of 355.68º 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 #700109 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 9 -
CMYK 0 0.99 0.92 0.56
HSL 355.68º 0.98% 0.22% -
HSV(B) 355.68º 0.99% 0.44% -
XYZ 6.74 3.49 0.58 -
YUV 35.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 112 1 9 0 0.99 0.92 0.56 355.68 0.98 0.22
Hex 70 1 9 0 63 5C 38 164 62 16
Octal 160 1 11 0 143 134 70 544 142 26
Binary 1110000 1 1001 0 1100011 1011100 111000 101100100 1100010 10110

Color Harmonies of #700109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700109

Black with #700109

Text Example


Text Example

White with #700109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700109; }

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

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

background-color css

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

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

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

border-color css

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

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

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