Html Css Color HEX #790E04 Maroon

📋 copy color: '#790E04'

red 121 ◦ green 14 ◦ blue 4

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

Shades of Maroon #790E04

Tints of Maroon #790E04

RGB

 RED value IS 121 (47.66% from 255) = 87.05%

 GREEN value IS 14 (5.86% from 255) = 10.07%

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

R = 87.05%
G = 10.07%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#790E04 (or 0x790E04) is known color: Maroon. HEX triplet: 79, 0E and 04. RGB value is (121,14,4). Sum of RGB (Red+Green+Blue) = 121+14+4=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #790E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790E04 is #86F1FB. Grayscale: #2C2C2C. Windows color (decimal): -8843772 or 265849. OLE color: 265849.

HSL color Cylindrical-coordinate representation of color #790E04: hue angle of 5.13º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790E04 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 14 4 -
CMYK 0 0.88 0.97 0.53
HSL 5.13º 0.94% 0.25% -
HSV(B) 5.13º 0.97% 0.47% -
XYZ 8.06 4.39 0.54 -
YUV 44.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 121 14 4 0 0.88 0.97 0.53 5.13 0.94 0.25
Hex 79 E 4 0 58 61 35 5 5E 19
Octal 171 16 4 0 130 141 65 5 136 31
Binary 1111001 1110 100 0 1011000 1100001 110101 101 1011110 11001

Color Harmonies of #790E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E04

Black with #790E04

Text Example


Text Example

White with #790E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790E04; }

 p { color: rgb(121,14,4); }

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

background-color css

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

 a { background-color: rgb(121,14,4); }

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

border-color css

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

 span { border-color: rgb(121,14,4); }

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