Html Css Color HEX #700100 Maroon

📋 copy color: '#700100'

red 112 ◦ green 1 ◦ blue 0

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

Shades of Maroon #700100

Tints of Maroon #700100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.12%
G = 0.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#700100 (or 0x700100) is known color: Maroon. HEX triplet: 70, 01 and 00. RGB value is (112,1,0). Sum of RGB (Red+Green+Blue) = 112+1+0=113 (14% of max value = 765). Red value is 112 (44.14% from 255 or 99.12% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 112 - color contains mainly: red. Hex color #700100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700100 is #8FFEFF. Grayscale: #222222. Windows color (decimal): -9436928 or 368. OLE color: 368.

HSL color Cylindrical-coordinate representation of color #700100: hue angle of 0.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 0 -
CMYK 0 0.99 1 0.56
HSL 0.54º 1% 0.22% -
HSV(B) 0.54º 1% 0.44% -
XYZ 6.69 3.47 0.32 -
YUV 34.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 112 1 0 0 0.99 1 0.56 0.54 1 0.22
Hex 70 1 0 0 63 64 38 1 64 16
Octal 160 1 0 0 143 144 70 1 144 26
Binary 1110000 1 0 0 1100011 1100100 111000 1 1100100 10110

Color Harmonies of #700100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700100

Black with #700100

Text Example


Text Example

White with #700100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700100; }

 p { color: rgb(112,1,0); }

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

background-color css

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

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

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

border-color css

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

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

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