Html Css Color HEX #700500 Maroon

📋 copy color: '#700500'

red 112 ◦ green 5 ◦ blue 0

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

Shades of Maroon #700500

Tints of Maroon #700500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

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

R = 95.73%
G = 4.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#700500 (or 0x700500) is known color: Maroon. HEX triplet: 70, 05 and 00. RGB value is (112,5,0). Sum of RGB (Red+Green+Blue) = 112+5+0=117 (15% of max value = 765). Red value is 112 (44.14% from 255 or 95.73% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 112 - color contains mainly: red. Hex color #700500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700500 is #8FFAFF. Grayscale: #242424. Windows color (decimal): -9435904 or 1392. OLE color: 1392.

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

Color convert

RGB 112 5 0 -
CMYK 0 0.96 1 0.56
HSL 2.68º 1% 0.22% -
HSV(B) 2.68º 1% 0.44% -
XYZ 6.74 3.55 0.33 -
YUV 36.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 112 5 0 0 0.96 1 0.56 2.68 1 0.22
Hex 70 5 0 0 60 64 38 3 64 16
Octal 160 5 0 0 140 144 70 3 144 26
Binary 1110000 101 0 0 1100000 1100100 111000 11 1100100 10110

Color Harmonies of #700500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700500

Black with #700500

Text Example


Text Example

White with #700500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700500; }

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

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

background-color css

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

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

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

border-color css

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

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

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