Html Css Color HEX #700009 Burgundy

📋 copy color: '#700009'

red 112 ◦ green 0 ◦ blue 9

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

Shades of Burgundy #700009

Tints of Burgundy #700009

RGB

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

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

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

R = 92.56%
G = 0%
B = 7.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#700009 (or 0x700009) is known color: Burgundy. HEX triplet: 70, 00 and 09. RGB value is (112,0,9). Sum of RGB (Red+Green+Blue) = 112+0+9=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700009 is #8FFFF6. Grayscale: #222222. Windows color (decimal): -9437175 or 589936. OLE color: 589936.

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

Color convert

RGB 112 0 9 -
CMYK 0 1 0.92 0.56
HSL 355.18º 1% 0.22% -
HSV(B) 355.18º 1% 0.44% -
XYZ 6.73 3.46 0.57 -
YUV 34.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 112 0 9 0 1 0.92 0.56 355.18 1 0.22
Hex 70 0 9 0 64 5C 38 163 64 16
Octal 160 0 11 0 144 134 70 543 144 26
Binary 1110000 0 1001 0 1100100 1011100 111000 101100011 1100100 10110

Color Harmonies of #700009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700009

Black with #700009

Text Example


Text Example

White with #700009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700009; }

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

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

background-color css

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

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

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

border-color css

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

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

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