Html Css Color HEX #790C06 Maroon

📋 copy color: '#790C06'

red 121 ◦ green 12 ◦ blue 6

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

Shades of Maroon #790C06

Tints of Maroon #790C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.63%

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

R = 87.05%
G = 8.63%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#790C06 (or 0x790C06) is known color: Maroon. HEX triplet: 79, 0C and 06. RGB value is (121,12,6). Sum of RGB (Red+Green+Blue) = 121+12+6=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #790C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C06 is #86F3F9. Grayscale: #2C2C2C. Windows color (decimal): -8844282 or 396409. OLE color: 396409.

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

Color convert

RGB 121 12 6 -
CMYK 0 0.90 0.95 0.53
HSL 3.13º 0.91% 0.25% -
HSV(B) 3.13º 0.95% 0.47% -
XYZ 8.05 4.34 0.59 -
YUV 43.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 121 12 6 0 0.90 0.95 0.53 3.13 0.91 0.25
Hex 79 C 6 0 5A 5F 35 3 5B 19
Octal 171 14 6 0 132 137 65 3 133 31
Binary 1111001 1100 110 0 1011010 1011111 110101 11 1011011 11001

Color Harmonies of #790C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C06

Black with #790C06

Text Example


Text Example

White with #790C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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