Html Css Color HEX #790B09 Maroon

📋 copy color: '#790B09'

red 121 ◦ green 11 ◦ blue 9

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

Shades of Maroon #790B09

Tints of Maroon #790B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.8%

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

R = 85.82%
G = 7.8%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#790B09 (or 0x790B09) is known color: Maroon. HEX triplet: 79, 0B and 09. RGB value is (121,11,9). Sum of RGB (Red+Green+Blue) = 121+11+9=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790B09 is #86F4F6. Grayscale: #2B2B2B. Windows color (decimal): -8844535 or 592761. OLE color: 592761.

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

Color convert

RGB 121 11 9 -
CMYK 0 0.91 0.93 0.53
HSL 1.07º 0.86% 0.25% -
HSV(B) 1.07º 0.93% 0.47% -
XYZ 8.05 4.32 0.67 -
YUV 43.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 121 11 9 0 0.91 0.93 0.53 1.07 0.86 0.25
Hex 79 B 9 0 5B 5D 35 1 56 19
Octal 171 13 11 0 133 135 65 1 126 31
Binary 1111001 1011 1001 0 1011011 1011101 110101 1 1010110 11001

Color Harmonies of #790B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B09

Black with #790B09

Text Example


Text Example

White with #790B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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