Html Css Color HEX #791206 Maroon

📋 copy color: '#791206'

red 121 ◦ green 18 ◦ blue 6

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

Shades of Maroon #791206

Tints of Maroon #791206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 6 (2.73% from 255) = 4.14%

R = 83.45%
G = 12.41%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#791206 (or 0x791206) is known color: Maroon. HEX triplet: 79, 12 and 06. RGB value is (121,18,6). Sum of RGB (Red+Green+Blue) = 121+18+6=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #791206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791206 is #86EDF9. Grayscale: #2F2F2F. Windows color (decimal): -8842746 or 397945. OLE color: 397945.

HSL color Cylindrical-coordinate representation of color #791206: hue angle of 6.26º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #791206 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 18 6 -
CMYK 0 0.85 0.95 0.53
HSL 6.26º 0.91% 0.25% -
HSV(B) 6.26º 0.95% 0.47% -
XYZ 8.13 4.51 0.61 -
YUV 47.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 121 18 6 0 0.85 0.95 0.53 6.26 0.91 0.25
Hex 79 12 6 0 55 5F 35 6 5B 19
Octal 171 22 6 0 125 137 65 6 133 31
Binary 1111001 10010 110 0 1010101 1011111 110101 110 1011011 11001

Color Harmonies of #791206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791206

Black with #791206

Text Example


Text Example

White with #791206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791206; }

 p { color: rgb(121,18,6); }

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

background-color css

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

 a { background-color: rgb(121,18,6); }

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

border-color css

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

 span { border-color: rgb(121,18,6); }

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