Html Css Color HEX #700301 Maroon

📋 copy color: '#700301'

red 112 ◦ green 3 ◦ blue 1

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

Shades of Maroon #700301

Tints of Maroon #700301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

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

R = 96.55%
G = 2.59%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#700301 (or 0x700301) is known color: Maroon. HEX triplet: 70, 03 and 01. RGB value is (112,3,1). Sum of RGB (Red+Green+Blue) = 112+3+1=116 (15% of max value = 765). Red value is 112 (44.14% from 255 or 96.55% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 112 - color contains mainly: red. Hex color #700301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700301 is #8FFCFE. Grayscale: #232323. Windows color (decimal): -9436415 or 66416. OLE color: 66416.

HSL color Cylindrical-coordinate representation of color #700301: hue angle of 1.08º 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 #700301 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 1 -
CMYK 0 0.97 0.99 0.56
HSL 1.08º 0.98% 0.22% -
HSV(B) 1.08º 0.99% 0.44% -
XYZ 6.72 3.51 0.35 -
YUV 35.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 112 3 1 0 0.97 0.99 0.56 1.08 0.98 0.22
Hex 70 3 1 0 61 63 38 1 62 16
Octal 160 3 1 0 141 143 70 1 142 26
Binary 1110000 11 1 0 1100001 1100011 111000 1 1100010 10110

Color Harmonies of #700301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700301

Black with #700301

Text Example


Text Example

White with #700301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700301; }

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

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

background-color css

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

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

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

border-color css

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

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

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