Html Css Color HEX #790900 Maroon

📋 copy color: '#790900'

red 121 ◦ green 9 ◦ blue 0

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

Shades of Maroon #790900

Tints of Maroon #790900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.08%
G = 6.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#790900 (or 0x790900) is known color: Maroon. HEX triplet: 79, 09 and 00. RGB value is (121,9,0). Sum of RGB (Red+Green+Blue) = 121+9+0=130 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.08% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 121 - color contains mainly: red. Hex color #790900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790900 is #86F6FF. Grayscale: #292929. Windows color (decimal): -8845056 or 2425. OLE color: 2425.

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

Color convert

RGB 121 9 0 -
CMYK 0 0.93 1 0.53
HSL 4.46º 1% 0.24% -
HSV(B) 4.46º 1% 0.47% -
XYZ 7.98 4.26 0.4 -
YUV 41.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 121 9 0 0 0.93 1 0.53 4.46 1 0.24
Hex 79 9 0 0 5D 64 35 4 64 18
Octal 171 11 0 0 135 144 65 4 144 30
Binary 1111001 1001 0 0 1011101 1100100 110101 100 1100100 11000

Color Harmonies of #790900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790900

Black with #790900

Text Example


Text Example

White with #790900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790900; }

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

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

background-color css

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

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

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

border-color css

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

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

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