Html Css Color HEX #700609 Burgundy

📋 copy color: '#700609'

red 112 ◦ green 6 ◦ blue 9

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

Shades of Burgundy #700609

Tints of Burgundy #700609

RGB

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

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

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

R = 88.19%
G = 4.72%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#700609 (or 0x700609) is known color: Burgundy. HEX triplet: 70, 06 and 09. RGB value is (112,6,9). Sum of RGB (Red+Green+Blue) = 112+6+9=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #700609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700609 is #8FF9F6. Grayscale: #262626. Windows color (decimal): -9435639 or 591472. OLE color: 591472.

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

Color convert

RGB 112 6 9 -
CMYK 0 0.95 0.92 0.56
HSL 358.3º 0.9% 0.23% -
HSV(B) 358.3º 0.95% 0.44% -
XYZ 6.8 3.59 0.59 -
YUV 38.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 112 6 9 0 0.95 0.92 0.56 358.3 0.9 0.23
Hex 70 6 9 0 5F 5C 38 166 5A 17
Octal 160 6 11 0 137 134 70 546 132 27
Binary 1110000 110 1001 0 1011111 1011100 111000 101100110 1011010 10111

Color Harmonies of #700609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700609

Black with #700609

Text Example


Text Example

White with #700609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700609; }

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

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

background-color css

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

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

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

border-color css

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

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

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