Html Css Color HEX #700C08 Maroon

📋 copy color: '#700C08'

red 112 ◦ green 12 ◦ blue 8

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

Shades of Maroon #700C08

Tints of Maroon #700C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.09%

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 84.85%
G = 9.09%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#700C08 (or 0x700C08) is known color: Maroon. HEX triplet: 70, 0C and 08. RGB value is (112,12,8). Sum of RGB (Red+Green+Blue) = 112+12+8=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #700C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C08 is #8FF3F7. Grayscale: #292929. Windows color (decimal): -9434104 or 527472. OLE color: 527472.

HSL color Cylindrical-coordinate representation of color #700C08: hue angle of 2.31º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700C08 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 8 -
CMYK 0 0.89 0.93 0.56
HSL 2.31º 0.87% 0.24% -
HSV(B) 2.31º 0.93% 0.44% -
XYZ 6.86 3.73 0.59 -
YUV 41.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 112 12 8 0 0.89 0.93 0.56 2.31 0.87 0.24
Hex 70 C 8 0 59 5D 38 2 57 18
Octal 160 14 10 0 131 135 70 2 127 30
Binary 1110000 1100 1000 0 1011001 1011101 111000 10 1010111 11000

Color Harmonies of #700C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C08

Black with #700C08

Text Example


Text Example

White with #700C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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