Html Css Color HEX #790402 Maroon

📋 copy color: '#790402'

red 121 ◦ green 4 ◦ blue 2

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

Shades of Maroon #790402

Tints of Maroon #790402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

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

R = 95.28%
G = 3.15%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790402 (or 0x790402) is known color: Maroon. HEX triplet: 79, 04 and 02. RGB value is (121,4,2). Sum of RGB (Red+Green+Blue) = 121+4+2=127 (16% of max value = 765). Red value is 121 (47.66% from 255 or 95.28% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 121 - color contains mainly: red. Hex color #790402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790402 is #86FBFD. Grayscale: #262626. Windows color (decimal): -8846334 or 132217. OLE color: 132217.

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

Color convert

RGB 121 4 2 -
CMYK 0 0.97 0.98 0.53
HSL 1.01º 0.97% 0.24% -
HSV(B) 1.01º 0.98% 0.47% -
XYZ 7.94 4.16 0.44 -
YUV 38.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 121 4 2 0 0.97 0.98 0.53 1.01 0.97 0.24
Hex 79 4 2 0 61 62 35 1 61 18
Octal 171 4 2 0 141 142 65 1 141 30
Binary 1111001 100 10 0 1100001 1100010 110101 1 1100001 11000

Color Harmonies of #790402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790402

Black with #790402

Text Example


Text Example

White with #790402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790402; }

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

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

background-color css

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

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

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

border-color css

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

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

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