Html Css Color HEX #700806 Maroon

📋 copy color: '#700806'

red 112 ◦ green 8 ◦ blue 6

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

Shades of Maroon #700806

Tints of Maroon #700806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 88.89%
G = 6.35%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#700806 (or 0x700806) is known color: Maroon. HEX triplet: 70, 08 and 06. RGB value is (112,8,6). Sum of RGB (Red+Green+Blue) = 112+8+6=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700806 is #8FF7F9. Grayscale: #262626. Windows color (decimal): -9435130 or 395376. OLE color: 395376.

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

Color convert

RGB 112 8 6 -
CMYK 0 0.93 0.95 0.56
HSL 1.13º 0.9% 0.23% -
HSV(B) 1.13º 0.95% 0.44% -
XYZ 6.8 3.63 0.51 -
YUV 38.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 112 8 6 0 0.93 0.95 0.56 1.13 0.9 0.23
Hex 70 8 6 0 5D 5F 38 1 5A 17
Octal 160 10 6 0 135 137 70 1 132 27
Binary 1110000 1000 110 0 1011101 1011111 111000 1 1011010 10111

Color Harmonies of #700806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700806

Black with #700806

Text Example


Text Example

White with #700806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700806; }

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

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

background-color css

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

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

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

border-color css

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

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

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