Html Css Color HEX #791600 Maroon

📋 copy color: '#791600'

red 121 ◦ green 22 ◦ blue 0

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

Shades of Maroon #791600

Tints of Maroon #791600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

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

R = 84.62%
G = 15.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#791600 (or 0x791600) is known color: Maroon. HEX triplet: 79, 16 and 00. RGB value is (121,22,0). Sum of RGB (Red+Green+Blue) = 121+22+0=143 (18% of max value = 765). Red value is 121 (47.66% from 255 or 84.62% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 121 - color contains mainly: red. Hex color #791600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791600 is #86E9FF. Grayscale: #313131. Windows color (decimal): -8841728 or 5753. OLE color: 5753.

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

Color convert

RGB 121 22 0 -
CMYK 0 0.82 1 0.53
HSL 10.91º 1% 0.24% -
HSV(B) 10.91º 1% 0.47% -
XYZ 8.17 4.64 0.46 -
YUV 49.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 121 22 0 0 0.82 1 0.53 10.91 1 0.24
Hex 79 16 0 0 52 64 35 B 64 18
Octal 171 26 0 0 122 144 65 13 144 30
Binary 1111001 10110 0 0 1010010 1100100 110101 1011 1100100 11000

Color Harmonies of #791600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791600

Black with #791600

Text Example


Text Example

White with #791600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791600; }

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

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

background-color css

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

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

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

border-color css

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

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

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