Html Css Color HEX #791502 Maroon

📋 copy color: '#791502'

red 121 ◦ green 21 ◦ blue 2

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

Shades of Maroon #791502

Tints of Maroon #791502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 84.03%
G = 14.58%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#791502 (or 0x791502) is known color: Maroon. HEX triplet: 79, 15 and 02. RGB value is (121,21,2). Sum of RGB (Red+Green+Blue) = 121+21+2=144 (19% of max value = 765). Red value is 121 (47.66% from 255 or 84.03% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 121 - color contains mainly: red. Hex color #791502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791502 is #86EAFD. Grayscale: #303030. Windows color (decimal): -8841982 or 136569. OLE color: 136569.

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

Color convert

RGB 121 21 2 -
CMYK 0 0.83 0.98 0.53
HSL 9.58º 0.97% 0.24% -
HSV(B) 9.58º 0.98% 0.47% -
XYZ 8.16 4.61 0.52 -
YUV 48.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 121 21 2 0 0.83 0.98 0.53 9.58 0.97 0.24
Hex 79 15 2 0 53 62 35 A 61 18
Octal 171 25 2 0 123 142 65 12 141 30
Binary 1111001 10101 10 0 1010011 1100010 110101 1010 1100001 11000

Color Harmonies of #791502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791502

Black with #791502

Text Example


Text Example

White with #791502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791502; }

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

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

background-color css

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

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

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

border-color css

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

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

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