Html Css Color HEX #700900 Maroon

📋 copy color: '#700900'

red 112 ◦ green 9 ◦ blue 0

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

Shades of Maroon #700900

Tints of Maroon #700900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

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

R = 92.56%
G = 7.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#700900 (or 0x700900) is known color: Maroon. HEX triplet: 70, 09 and 00. RGB value is (112,9,0). Sum of RGB (Red+Green+Blue) = 112+9+0=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700900 is #8FF6FF. Grayscale: #262626. Windows color (decimal): -9434880 or 2416. OLE color: 2416.

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

Color convert

RGB 112 9 0 -
CMYK 0 0.92 1 0.56
HSL 4.82º 1% 0.22% -
HSV(B) 4.82º 1% 0.44% -
XYZ 6.78 3.64 0.35 -
YUV 38.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 112 9 0 0 0.92 1 0.56 4.82 1 0.22
Hex 70 9 0 0 5C 64 38 5 64 16
Octal 160 11 0 0 134 144 70 5 144 26
Binary 1110000 1001 0 0 1011100 1100100 111000 101 1100100 10110

Color Harmonies of #700900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700900

Black with #700900

Text Example


Text Example

White with #700900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700900; }

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

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

background-color css

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

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

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

border-color css

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

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

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