Html Css Color HEX #790805 Maroon

📋 copy color: '#790805'

red 121 ◦ green 8 ◦ blue 5

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

Shades of Maroon #790805

Tints of Maroon #790805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.97%

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

R = 90.3%
G = 5.97%
B = 3.73%

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

#790805 (or 0x790805) is known color: Maroon. HEX triplet: 79, 08 and 05. RGB value is (121,8,5). Sum of RGB (Red+Green+Blue) = 121+8+5=134 (17% of max value = 765). Red value is 121 (47.66% from 255 or 90.30% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 121 - color contains mainly: red. Hex color #790805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790805 is #86F7FA. Grayscale: #292929. Windows color (decimal): -8845307 or 329849. OLE color: 329849.

HSL color Cylindrical-coordinate representation of color #790805: hue angle of 1.55º 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 #790805 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 8 5 -
CMYK 0 0.93 0.96 0.53
HSL 1.55º 0.92% 0.25% -
HSV(B) 1.55º 0.96% 0.47% -
XYZ 8 4.25 0.54 -
YUV 41.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 121 8 5 0 0.93 0.96 0.53 1.55 0.92 0.25
Hex 79 8 5 0 5D 60 35 2 5C 19
Octal 171 10 5 0 135 140 65 2 134 31
Binary 1111001 1000 101 0 1011101 1100000 110101 10 1011100 11001

Color Harmonies of #790805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790805

Black with #790805

Text Example


Text Example

White with #790805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790805; }

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

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

background-color css

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

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

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

border-color css

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

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

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