Html Css Color HEX #700703 Maroon

📋 copy color: '#700703'

red 112 ◦ green 7 ◦ blue 3

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

Shades of Maroon #700703

Tints of Maroon #700703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

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

R = 91.8%
G = 5.74%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#700703 (or 0x700703) is known color: Maroon. HEX triplet: 70, 07 and 03. RGB value is (112,7,3). Sum of RGB (Red+Green+Blue) = 112+7+3=122 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.80% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 112 - color contains mainly: red. Hex color #700703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700703 is #8FF8FC. Grayscale: #262626. Windows color (decimal): -9435389 or 198512. OLE color: 198512.

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

Color convert

RGB 112 7 3 -
CMYK 0 0.94 0.97 0.56
HSL 2.2º 0.95% 0.23% -
HSV(B) 2.2º 0.97% 0.44% -
XYZ 6.77 3.6 0.42 -
YUV 37.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 112 7 3 0 0.94 0.97 0.56 2.2 0.95 0.23
Hex 70 7 3 0 5E 61 38 2 5F 17
Octal 160 7 3 0 136 141 70 2 137 27
Binary 1110000 111 11 0 1011110 1100001 111000 10 1011111 10111

Color Harmonies of #700703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700703

Black with #700703

Text Example


Text Example

White with #700703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700703; }

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

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

background-color css

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

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

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

border-color css

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

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

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