Html Css Color HEX #700504 Maroon

📋 copy color: '#700504'

red 112 ◦ green 5 ◦ blue 4

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

Shades of Maroon #700504

Tints of Maroon #700504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 92.56%
G = 4.13%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#700504 (or 0x700504) is known color: Maroon. HEX triplet: 70, 05 and 04. RGB value is (112,5,4). Sum of RGB (Red+Green+Blue) = 112+5+4=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700504 is #8FFAFB. Grayscale: #242424. Windows color (decimal): -9435900 or 263536. OLE color: 263536.

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

Color convert

RGB 112 5 4 -
CMYK 0 0.96 0.96 0.56
HSL 0.56º 0.93% 0.23% -
HSV(B) 0.56º 0.96% 0.44% -
XYZ 6.76 3.56 0.45 -
YUV 36.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 112 5 4 0 0.96 0.96 0.56 0.56 0.93 0.23
Hex 70 5 4 0 60 60 38 1 5D 17
Octal 160 5 4 0 140 140 70 1 135 27
Binary 1110000 101 100 0 1100000 1100000 111000 1 1011101 10111

Color Harmonies of #700504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700504

Black with #700504

Text Example


Text Example

White with #700504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700504; }

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

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

background-color css

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

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

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

border-color css

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

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

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