Html Css Color HEX #790F04 Maroon

📋 copy color: '#790F04'

red 121 ◦ green 15 ◦ blue 4

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

Shades of Maroon #790F04

Tints of Maroon #790F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.71%

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

R = 86.43%
G = 10.71%
B = 2.86%

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

#790F04 (or 0x790F04) is known color: Maroon. HEX triplet: 79, 0F and 04. RGB value is (121,15,4). Sum of RGB (Red+Green+Blue) = 121+15+4=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F04 is #86F0FB. Grayscale: #2D2D2D. Windows color (decimal): -8843516 or 266105. OLE color: 266105.

HSL color Cylindrical-coordinate representation of color #790F04: hue angle of 5.64º 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 #790F04 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 15 4 -
CMYK 0 0.88 0.97 0.53
HSL 5.64º 0.94% 0.25% -
HSV(B) 5.64º 0.97% 0.47% -
XYZ 8.08 4.42 0.54 -
YUV 45.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 121 15 4 0 0.88 0.97 0.53 5.64 0.94 0.25
Hex 79 F 4 0 58 61 35 6 5E 19
Octal 171 17 4 0 130 141 65 6 136 31
Binary 1111001 1111 100 0 1011000 1100001 110101 110 1011110 11001

Color Harmonies of #790F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F04

Black with #790F04

Text Example


Text Example

White with #790F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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