Html Css Color HEX #701006 Maroon

📋 copy color: '#701006'

red 112 ◦ green 16 ◦ blue 6

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

Shades of Maroon #701006

Tints of Maroon #701006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.94%

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

R = 83.58%
G = 11.94%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701006 (or 0x701006) is known color: Maroon. HEX triplet: 70, 10 and 06. RGB value is (112,16,6). Sum of RGB (Red+Green+Blue) = 112+16+6=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701006 is #8FEFF9. Grayscale: #2B2B2B. Windows color (decimal): -9433082 or 397424. OLE color: 397424.

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

Color convert

RGB 112 16 6 -
CMYK 0 0.86 0.95 0.56
HSL 5.66º 0.9% 0.23% -
HSV(B) 5.66º 0.95% 0.44% -
XYZ 6.9 3.83 0.55 -
YUV 43.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 112 16 6 0 0.86 0.95 0.56 5.66 0.9 0.23
Hex 70 10 6 0 56 5F 38 6 5A 17
Octal 160 20 6 0 126 137 70 6 132 27
Binary 1110000 10000 110 0 1010110 1011111 111000 110 1011010 10111

Color Harmonies of #701006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701006

Black with #701006

Text Example


Text Example

White with #701006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701006; }

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

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

background-color css

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

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

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

border-color css

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

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

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