Html Css Color HEX #790905 Maroon

📋 copy color: '#790905'

red 121 ◦ green 9 ◦ blue 5

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

Shades of Maroon #790905

Tints of Maroon #790905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.67%

 BLUE value IS 5 (2.34% from 255) = 3.7%

R = 89.63%
G = 6.67%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#790905 (or 0x790905) is known color: Maroon. HEX triplet: 79, 09 and 05. RGB value is (121,9,5). Sum of RGB (Red+Green+Blue) = 121+9+5=135 (17% of max value = 765). Red value is 121 (47.66% from 255 or 89.63% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 121 - color contains mainly: red. Hex color #790905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790905 is #86F6FA. Grayscale: #2A2A2A. Windows color (decimal): -8845051 or 330105. OLE color: 330105.

HSL color Cylindrical-coordinate representation of color #790905: hue angle of 2.07º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790905 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 9 5 -
CMYK 0 0.93 0.96 0.53
HSL 2.07º 0.92% 0.25% -
HSV(B) 2.07º 0.96% 0.47% -
XYZ 8.01 4.27 0.55 -
YUV 42.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 121 9 5 0 0.93 0.96 0.53 2.07 0.92 0.25
Hex 79 9 5 0 5D 60 35 2 5C 19
Octal 171 11 5 0 135 140 65 2 134 31
Binary 1111001 1001 101 0 1011101 1100000 110101 10 1011100 11001

Color Harmonies of #790905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790905

Black with #790905

Text Example


Text Example

White with #790905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790905; }

 p { color: rgb(121,9,5); }

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

background-color css

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

 a { background-color: rgb(121,9,5); }

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

border-color css

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

 span { border-color: rgb(121,9,5); }

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