Html Css Color HEX #700F03 Maroon

📋 copy color: '#700F03'

red 112 ◦ green 15 ◦ blue 3

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

Shades of Maroon #700F03

Tints of Maroon #700F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.54%

 BLUE value IS 3 (1.56% from 255) = 2.31%

R = 86.15%
G = 11.54%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#700F03 (or 0x700F03) is known color: Maroon. HEX triplet: 70, 0F and 03. RGB value is (112,15,3). Sum of RGB (Red+Green+Blue) = 112+15+3=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F03 is #8FF0FC. Grayscale: #2A2A2A. Windows color (decimal): -9433341 or 200560. OLE color: 200560.

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

Color convert

RGB 112 15 3 -
CMYK 0 0.87 0.97 0.56
HSL 6.61º 0.95% 0.23% -
HSV(B) 6.61º 0.97% 0.44% -
XYZ 6.87 3.79 0.46 -
YUV 42.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 112 15 3 0 0.87 0.97 0.56 6.61 0.95 0.23
Hex 70 F 3 0 57 61 38 7 5F 17
Octal 160 17 3 0 127 141 70 7 137 27
Binary 1110000 1111 11 0 1010111 1100001 111000 111 1011111 10111

Color Harmonies of #700F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F03

Black with #700F03

Text Example


Text Example

White with #700F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,15,3); }

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

background-color css

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

 a { background-color: rgb(112,15,3); }

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

border-color css

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

 span { border-color: rgb(112,15,3); }

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