Html Css Color HEX #791203 Maroon

📋 copy color: '#791203'

red 121 ◦ green 18 ◦ blue 3

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

Shades of Maroon #791203

Tints of Maroon #791203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 3 (1.56% from 255) = 2.11%

R = 85.21%
G = 12.68%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#791203 (or 0x791203) is known color: Maroon. HEX triplet: 79, 12 and 03. RGB value is (121,18,3). Sum of RGB (Red+Green+Blue) = 121+18+3=142 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.21% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 121 - color contains mainly: red. Hex color #791203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791203 is #86EDFC. Grayscale: #2F2F2F. Windows color (decimal): -8842749 or 201337. OLE color: 201337.

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

Color convert

RGB 121 18 3 -
CMYK 0 0.85 0.98 0.53
HSL 7.63º 0.95% 0.24% -
HSV(B) 7.63º 0.98% 0.47% -
XYZ 8.12 4.5 0.53 -
YUV 47.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 121 18 3 0 0.85 0.98 0.53 7.63 0.95 0.24
Hex 79 12 3 0 55 62 35 8 5F 18
Octal 171 22 3 0 125 142 65 10 137 30
Binary 1111001 10010 11 0 1010101 1100010 110101 1000 1011111 11000

Color Harmonies of #791203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791203

Black with #791203

Text Example


Text Example

White with #791203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791203; }

 p { color: rgb(121,18,3); }

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

background-color css

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

 a { background-color: rgb(121,18,3); }

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

border-color css

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

 span { border-color: rgb(121,18,3); }

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