Html Css Color HEX #791008 Maroon

📋 copy color: '#791008'

red 121 ◦ green 16 ◦ blue 8

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

Shades of Maroon #791008

Tints of Maroon #791008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.03%

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 83.45%
G = 11.03%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#791008 (or 0x791008) is known color: Maroon. HEX triplet: 79, 10 and 08. RGB value is (121,16,8). Sum of RGB (Red+Green+Blue) = 121+16+8=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #791008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791008 is #86EFF7. Grayscale: #2E2E2E. Windows color (decimal): -8843256 or 528505. OLE color: 528505.

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

Color convert

RGB 121 16 8 -
CMYK 0 0.87 0.93 0.53
HSL 4.25º 0.88% 0.25% -
HSV(B) 4.25º 0.93% 0.47% -
XYZ 8.11 4.45 0.66 -
YUV 46.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 121 16 8 0 0.87 0.93 0.53 4.25 0.88 0.25
Hex 79 10 8 0 57 5D 35 4 58 19
Octal 171 20 10 0 127 135 65 4 130 31
Binary 1111001 10000 1000 0 1010111 1011101 110101 100 1011000 11001

Color Harmonies of #791008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791008

Black with #791008

Text Example


Text Example

White with #791008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791008; }

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

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

background-color css

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

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

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

border-color css

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

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

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