Html Css Color HEX #790802 Maroon

📋 copy color: '#790802'

red 121 ◦ green 8 ◦ blue 2

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

Shades of Maroon #790802

Tints of Maroon #790802

RGB

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

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

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

R = 92.37%
G = 6.11%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790802 (or 0x790802) is known color: Maroon. HEX triplet: 79, 08 and 02. RGB value is (121,8,2). Sum of RGB (Red+Green+Blue) = 121+8+2=131 (17% of max value = 765). Red value is 121 (47.66% from 255 or 92.37% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 121 - color contains mainly: red. Hex color #790802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790802 is #86F7FD. Grayscale: #292929. Windows color (decimal): -8845310 or 133241. OLE color: 133241.

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

Color convert

RGB 121 8 2 -
CMYK 0 0.93 0.98 0.53
HSL 3.03º 0.97% 0.24% -
HSV(B) 3.03º 0.98% 0.47% -
XYZ 7.98 4.24 0.46 -
YUV 41.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 121 8 2 0 0.93 0.98 0.53 3.03 0.97 0.24
Hex 79 8 2 0 5D 62 35 3 61 18
Octal 171 10 2 0 135 142 65 3 141 30
Binary 1111001 1000 10 0 1011101 1100010 110101 11 1100001 11000

Color Harmonies of #790802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790802

Black with #790802

Text Example


Text Example

White with #790802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790802; }

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

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

background-color css

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

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

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

border-color css

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

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

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