Html Css Color HEX #790800 Maroon

📋 copy color: '#790800'

red 121 ◦ green 8 ◦ blue 0

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

Shades of Maroon #790800

Tints of Maroon #790800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

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

R = 93.8%
G = 6.2%
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

#790800 (or 0x790800) is known color: Maroon. HEX triplet: 79, 08 and 00. RGB value is (121,8,0). Sum of RGB (Red+Green+Blue) = 121+8+0=129 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.80% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 121 - color contains mainly: red. Hex color #790800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790800 is #86F7FF. Grayscale: #292929. Windows color (decimal): -8845312 or 2169. OLE color: 2169.

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

Color convert

RGB 121 8 0 -
CMYK 0 0.93 1 0.53
HSL 3.97º 1% 0.24% -
HSV(B) 3.97º 1% 0.47% -
XYZ 7.97 4.24 0.4 -
YUV 40.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 121 8 0 0 0.93 1 0.53 3.97 1 0.24
Hex 79 8 0 0 5D 64 35 4 64 18
Octal 171 10 0 0 135 144 65 4 144 30
Binary 1111001 1000 0 0 1011101 1100100 110101 100 1100100 11000

Color Harmonies of #790800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790800

Black with #790800

Text Example


Text Example

White with #790800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790800; }

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

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

background-color css

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

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

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

border-color css

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

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

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