Html Css Color HEX #790504 Maroon

📋 copy color: '#790504'

red 121 ◦ green 5 ◦ blue 4

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

Shades of Maroon #790504

Tints of Maroon #790504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 4 (1.95% from 255) = 3.08%

R = 93.08%
G = 3.85%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#790504 (or 0x790504) is known color: Maroon. HEX triplet: 79, 05 and 04. RGB value is (121,5,4). Sum of RGB (Red+Green+Blue) = 121+5+4=130 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.08% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 121 - color contains mainly: red. Hex color #790504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790504 is #86FAFB. Grayscale: #272727. Windows color (decimal): -8846076 or 263545. OLE color: 263545.

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

Color convert

RGB 121 5 4 -
CMYK 0 0.96 0.97 0.53
HSL 0.51º 0.94% 0.25% -
HSV(B) 0.51º 0.97% 0.47% -
XYZ 7.96 4.18 0.5 -
YUV 39.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 121 5 4 0 0.96 0.97 0.53 0.51 0.94 0.25
Hex 79 5 4 0 60 61 35 1 5E 19
Octal 171 5 4 0 140 141 65 1 136 31
Binary 1111001 101 100 0 1100000 1100001 110101 1 1011110 11001

Color Harmonies of #790504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790504

Black with #790504

Text Example


Text Example

White with #790504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790504; }

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

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

background-color css

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

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

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

border-color css

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

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

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