Html Css Color HEX #790F06 Maroon

📋 copy color: '#790F06'

red 121 ◦ green 15 ◦ blue 6

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

Shades of Maroon #790F06

Tints of Maroon #790F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.56%

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

R = 85.21%
G = 10.56%
B = 4.23%

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

#790F06 (or 0x790F06) is known color: Maroon. HEX triplet: 79, 0F and 06. RGB value is (121,15,6). Sum of RGB (Red+Green+Blue) = 121+15+6=142 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.21% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 121 - color contains mainly: red. Hex color #790F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F06 is #86F0F9. Grayscale: #2D2D2D. Windows color (decimal): -8843514 or 397177. OLE color: 397177.

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

Color convert

RGB 121 15 6 -
CMYK 0 0.88 0.95 0.53
HSL 4.7º 0.91% 0.25% -
HSV(B) 4.7º 0.95% 0.47% -
XYZ 8.09 4.42 0.6 -
YUV 45.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 121 15 6 0 0.88 0.95 0.53 4.7 0.91 0.25
Hex 79 F 6 0 58 5F 35 5 5B 19
Octal 171 17 6 0 130 137 65 5 133 31
Binary 1111001 1111 110 0 1011000 1011111 110101 101 1011011 11001

Color Harmonies of #790F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F06

Black with #790F06

Text Example


Text Example

White with #790F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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