Html Css Color HEX #790D0B Maroon

📋 copy color: '#790D0B'

red 121 ◦ green 13 ◦ blue 11

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

Shades of Maroon #790D0B

Tints of Maroon #790D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.97%

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 83.45%
G = 8.97%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#790D0B (or 0x790D0B) is known color: Maroon. HEX triplet: 79, 0D and 0B. RGB value is (121,13,11). Sum of RGB (Red+Green+Blue) = 121+13+11=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #790D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D0B is #86F2F4. Grayscale: #2D2D2D. Windows color (decimal): -8844021 or 724345. OLE color: 724345.

HSL color Cylindrical-coordinate representation of color #790D0B: hue angle of 1.09º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790D0B is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 13 11 -
CMYK 0 0.89 0.91 0.53
HSL 1.09º 0.83% 0.26% -
HSV(B) 1.09º 0.91% 0.47% -
XYZ 8.09 4.38 0.74 -
YUV 45.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 121 13 11 0 0.89 0.91 0.53 1.09 0.83 0.26
Hex 79 D B 0 59 5B 35 1 53 1A
Octal 171 15 13 0 131 133 65 1 123 32
Binary 1111001 1101 1011 0 1011001 1011011 110101 1 1010011 11010

Color Harmonies of #790D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D0B

Black with #790D0B

Text Example


Text Example

White with #790D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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