Html Css Color HEX #700B05 Maroon

📋 copy color: '#700B05'

red 112 ◦ green 11 ◦ blue 5

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

Shades of Maroon #700B05

Tints of Maroon #700B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.59%

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

R = 87.5%
G = 8.59%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#700B05 (or 0x700B05) is known color: Maroon. HEX triplet: 70, 0B and 05. RGB value is (112,11,5). Sum of RGB (Red+Green+Blue) = 112+11+5=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #700B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B05 is #8FF4FA. Grayscale: #282828. Windows color (decimal): -9434363 or 330608. OLE color: 330608.

HSL color Cylindrical-coordinate representation of color #700B05: hue angle of 3.36º 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 #700B05 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 11 5 -
CMYK 0 0.90 0.96 0.56
HSL 3.36º 0.91% 0.23% -
HSV(B) 3.36º 0.96% 0.44% -
XYZ 6.83 3.7 0.5 -
YUV 40.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 112 11 5 0 0.90 0.96 0.56 3.36 0.91 0.23
Hex 70 B 5 0 5A 60 38 3 5B 17
Octal 160 13 5 0 132 140 70 3 133 27
Binary 1110000 1011 101 0 1011010 1100000 111000 11 1011011 10111

Color Harmonies of #700B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B05

Black with #700B05

Text Example


Text Example

White with #700B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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