Html Css Color HEX #790B06 Maroon

📋 copy color: '#790B06'

red 121 ◦ green 11 ◦ blue 6

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

Shades of Maroon #790B06

Tints of Maroon #790B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.97%

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

R = 87.68%
G = 7.97%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#790B06 (or 0x790B06) is known color: Maroon. HEX triplet: 79, 0B and 06. RGB value is (121,11,6). Sum of RGB (Red+Green+Blue) = 121+11+6=138 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.68% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 121 - color contains mainly: red. Hex color #790B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790B06 is #86F4F9. Grayscale: #2B2B2B. Windows color (decimal): -8844538 or 396153. OLE color: 396153.

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

Color convert

RGB 121 11 6 -
CMYK 0 0.91 0.95 0.53
HSL 2.61º 0.91% 0.25% -
HSV(B) 2.61º 0.95% 0.47% -
XYZ 8.04 4.32 0.58 -
YUV 43.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 121 11 6 0 0.91 0.95 0.53 2.61 0.91 0.25
Hex 79 B 6 0 5B 5F 35 3 5B 19
Octal 171 13 6 0 133 137 65 3 133 31
Binary 1111001 1011 110 0 1011011 1011111 110101 11 1011011 11001

Color Harmonies of #790B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B06

Black with #790B06

Text Example


Text Example

White with #790B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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