Html Css Color HEX #700300 Maroon

📋 copy color: '#700300'

red 112 ◦ green 3 ◦ blue 0

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

Shades of Maroon #700300

Tints of Maroon #700300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.39%
G = 2.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#700300 (or 0x700300) is known color: Maroon. HEX triplet: 70, 03 and 00. RGB value is (112,3,0). Sum of RGB (Red+Green+Blue) = 112+3+0=115 (15% of max value = 765). Red value is 112 (44.14% from 255 or 97.39% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 112 - color contains mainly: red. Hex color #700300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700300 is #8FFCFF. Grayscale: #232323. Windows color (decimal): -9436416 or 880. OLE color: 880.

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

Color convert

RGB 112 3 0 -
CMYK 0 0.97 1 0.56
HSL 1.61º 1% 0.22% -
HSV(B) 1.61º 1% 0.44% -
XYZ 6.71 3.51 0.32 -
YUV 35.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 112 3 0 0 0.97 1 0.56 1.61 1 0.22
Hex 70 3 0 0 61 64 38 2 64 16
Octal 160 3 0 0 141 144 70 2 144 26
Binary 1110000 11 0 0 1100001 1100100 111000 10 1100100 10110

Color Harmonies of #700300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700300

Black with #700300

Text Example


Text Example

White with #700300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700300; }

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

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

background-color css

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

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

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

border-color css

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

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

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