Html Css Color HEX #700606 Maroon

📋 copy color: '#700606'

red 112 ◦ green 6 ◦ blue 6

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

Shades of Maroon #700606

Tints of Maroon #700606

RGB

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

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

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

R = 90.32%
G = 4.84%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#700606 (or 0x700606) is known color: Maroon. HEX triplet: 70, 06 and 06. RGB value is (112,6,6). Sum of RGB (Red+Green+Blue) = 112+6+6=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700606 is #8FF9F9. Grayscale: #252525. Windows color (decimal): -9435642 or 394864. OLE color: 394864.

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

Color convert

RGB 112 6 6 -
CMYK 0 0.95 0.95 0.56
HSL 0.9% 0.23% -
HSV(B) 0.95% 0.44% -
XYZ 6.78 3.59 0.51 -
YUV 37.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 112 6 6 0 0.95 0.95 0.56 0 0.9 0.23
Hex 70 6 6 0 5F 5F 38 0 5A 17
Octal 160 6 6 0 137 137 70 0 132 27
Binary 1110000 110 110 0 1011111 1011111 111000 0 1011010 10111

Color Harmonies of #700606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700606

Black with #700606

Text Example


Text Example

White with #700606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700606; }

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

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

background-color css

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

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

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

border-color css

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

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

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