Html Css Color HEX #790502 Maroon

📋 copy color: '#790502'

red 121 ◦ green 5 ◦ blue 2

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

Shades of Maroon #790502

Tints of Maroon #790502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.56%

R = 94.53%
G = 3.91%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790502 (or 0x790502) is known color: Maroon. HEX triplet: 79, 05 and 02. RGB value is (121,5,2). Sum of RGB (Red+Green+Blue) = 121+5+2=128 (16% of max value = 765). Red value is 121 (47.66% from 255 or 94.53% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 121 - color contains mainly: red. Hex color #790502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790502 is #86FAFD. Grayscale: #272727. Windows color (decimal): -8846078 or 132473. OLE color: 132473.

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

Color convert

RGB 121 5 2 -
CMYK 0 0.96 0.98 0.53
HSL 1.51º 0.97% 0.24% -
HSV(B) 1.51º 0.98% 0.47% -
XYZ 7.95 4.18 0.44 -
YUV 39.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 121 5 2 0 0.96 0.98 0.53 1.51 0.97 0.24
Hex 79 5 2 0 60 62 35 2 61 18
Octal 171 5 2 0 140 142 65 2 141 30
Binary 1111001 101 10 0 1100000 1100010 110101 10 1100001 11000

Color Harmonies of #790502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790502

Black with #790502

Text Example


Text Example

White with #790502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790502; }

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

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

background-color css

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

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

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

border-color css

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

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

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