Html Css Color HEX #700B01 Maroon

📋 copy color: '#700B01'

red 112 ◦ green 11 ◦ blue 1

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

Shades of Maroon #700B01

Tints of Maroon #700B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 90.32%
G = 8.87%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#700B01 (or 0x700B01) is known color: Maroon. HEX triplet: 70, 0B and 01. RGB value is (112,11,1). Sum of RGB (Red+Green+Blue) = 112+11+1=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B01 is #8FF4FE. Grayscale: #282828. Windows color (decimal): -9434367 or 68464. OLE color: 68464.

HSL color Cylindrical-coordinate representation of color #700B01: hue angle of 5.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700B01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 11 1 -
CMYK 0 0.90 0.99 0.56
HSL 5.41º 0.98% 0.22% -
HSV(B) 5.41º 0.99% 0.44% -
XYZ 6.81 3.69 0.38 -
YUV 40.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 112 11 1 0 0.90 0.99 0.56 5.41 0.98 0.22
Hex 70 B 1 0 5A 63 38 5 62 16
Octal 160 13 1 0 132 143 70 5 142 26
Binary 1110000 1011 1 0 1011010 1100011 111000 101 1100010 10110

Color Harmonies of #700B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B01

Black with #700B01

Text Example


Text Example

White with #700B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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