Html Css Color HEX #790F09 Maroon

📋 copy color: '#790F09'

red 121 ◦ green 15 ◦ blue 9

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

Shades of Maroon #790F09

Tints of Maroon #790F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 83.45%
G = 10.34%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#790F09 (or 0x790F09) is known color: Maroon. HEX triplet: 79, 0F and 09. RGB value is (121,15,9). Sum of RGB (Red+Green+Blue) = 121+15+9=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #790F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F09 is #86F0F6. Grayscale: #2E2E2E. Windows color (decimal): -8843511 or 593785. OLE color: 593785.

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

Color convert

RGB 121 15 9 -
CMYK 0 0.88 0.93 0.53
HSL 3.21º 0.86% 0.25% -
HSV(B) 3.21º 0.93% 0.47% -
XYZ 8.11 4.43 0.69 -
YUV 46.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 121 15 9 0 0.88 0.93 0.53 3.21 0.86 0.25
Hex 79 F 9 0 58 5D 35 3 56 19
Octal 171 17 11 0 130 135 65 3 126 31
Binary 1111001 1111 1001 0 1011000 1011101 110101 11 1010110 11001

Color Harmonies of #790F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F09

Black with #790F09

Text Example


Text Example

White with #790F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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