Html Css Color HEX #700A06 Maroon

📋 copy color: '#700A06'

red 112 ◦ green 10 ◦ blue 6

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

Shades of Maroon #700A06

Tints of Maroon #700A06

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.81%

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

R = 87.5%
G = 7.81%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#700A06 (or 0x700A06) is known color: Maroon. HEX triplet: 70, 0A and 06. RGB value is (112,10,6). Sum of RGB (Red+Green+Blue) = 112+10+6=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #700A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700A06 is #8FF5F9. Grayscale: #282828. Windows color (decimal): -9434618 or 395888. OLE color: 395888.

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

Color convert

RGB 112 10 6 -
CMYK 0 0.91 0.95 0.56
HSL 2.26º 0.9% 0.23% -
HSV(B) 2.26º 0.95% 0.44% -
XYZ 6.82 3.67 0.52 -
YUV 40.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 112 10 6 0 0.91 0.95 0.56 2.26 0.9 0.23
Hex 70 A 6 0 5B 5F 38 2 5A 17
Octal 160 12 6 0 133 137 70 2 132 27
Binary 1110000 1010 110 0 1011011 1011111 111000 10 1011010 10111

Color Harmonies of #700A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A06

Black with #700A06

Text Example


Text Example

White with #700A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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