Html Css Color HEX #700D05 Maroon

📋 copy color: '#700D05'

red 112 ◦ green 13 ◦ blue 5

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

Shades of Maroon #700D05

Tints of Maroon #700D05

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

 BLUE value IS 5 (2.34% from 255) = 3.85%

R = 86.15%
G = 10%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#700D05 (or 0x700D05) is known color: Maroon. HEX triplet: 70, 0D and 05. RGB value is (112,13,5). Sum of RGB (Red+Green+Blue) = 112+13+5=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D05 is #8FF2FA. Grayscale: #292929. Windows color (decimal): -9433851 or 331120. OLE color: 331120.

HSL color Cylindrical-coordinate representation of color #700D05: hue angle of 4.49º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700D05 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 13 5 -
CMYK 0 0.88 0.96 0.56
HSL 4.49º 0.91% 0.23% -
HSV(B) 4.49º 0.96% 0.44% -
XYZ 6.85 3.74 0.5 -
YUV 41.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 112 13 5 0 0.88 0.96 0.56 4.49 0.91 0.23
Hex 70 D 5 0 58 60 38 4 5B 17
Octal 160 15 5 0 130 140 70 4 133 27
Binary 1110000 1101 101 0 1011000 1100000 111000 100 1011011 10111

Color Harmonies of #700D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D05

Black with #700D05

Text Example


Text Example

White with #700D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,13,5); }

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

background-color css

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

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

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

border-color css

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

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

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