Html Css Color HEX #790E06 Maroon

📋 copy color: '#790E06'

red 121 ◦ green 14 ◦ blue 6

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

Shades of Maroon #790E06

Tints of Maroon #790E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.93%

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

R = 85.82%
G = 9.93%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#790E06 (or 0x790E06) is known color: Maroon. HEX triplet: 79, 0E and 06. RGB value is (121,14,6). Sum of RGB (Red+Green+Blue) = 121+14+6=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790E06 is #86F1F9. Grayscale: #2D2D2D. Windows color (decimal): -8843770 or 396921. OLE color: 396921.

HSL color Cylindrical-coordinate representation of color #790E06: hue angle of 4.17º 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 #790E06 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 14 6 -
CMYK 0 0.88 0.95 0.53
HSL 4.17º 0.91% 0.25% -
HSV(B) 4.17º 0.95% 0.47% -
XYZ 8.08 4.39 0.59 -
YUV 45.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 121 14 6 0 0.88 0.95 0.53 4.17 0.91 0.25
Hex 79 E 6 0 58 5F 35 4 5B 19
Octal 171 16 6 0 130 137 65 4 133 31
Binary 1111001 1110 110 0 1011000 1011111 110101 100 1011011 11001

Color Harmonies of #790E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E06

Black with #790E06

Text Example


Text Example

White with #790E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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