Html Css Color HEX #700800 Maroon

📋 copy color: '#700800'

red 112 ◦ green 8 ◦ blue 0

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

Shades of Maroon #700800

Tints of Maroon #700800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

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

R = 93.33%
G = 6.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#700800 (or 0x700800) is known color: Maroon. HEX triplet: 70, 08 and 00. RGB value is (112,8,0). Sum of RGB (Red+Green+Blue) = 112+8+0=120 (15% of max value = 765). Red value is 112 (44.14% from 255 or 93.33% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 112 - color contains mainly: red. Hex color #700800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700800 is #8FF7FF. Grayscale: #262626. Windows color (decimal): -9435136 or 2160. OLE color: 2160.

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

Color convert

RGB 112 8 0 -
CMYK 0 0.93 1 0.56
HSL 4.29º 1% 0.22% -
HSV(B) 4.29º 1% 0.44% -
XYZ 6.77 3.62 0.34 -
YUV 38.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 112 8 0 0 0.93 1 0.56 4.29 1 0.22
Hex 70 8 0 0 5D 64 38 4 64 16
Octal 160 10 0 0 135 144 70 4 144 26
Binary 1110000 1000 0 0 1011101 1100100 111000 100 1100100 10110

Color Harmonies of #700800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700800

Black with #700800

Text Example


Text Example

White with #700800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700800; }

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

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

background-color css

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

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

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

border-color css

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

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

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