Html Css Color HEX #790403 Maroon

📋 copy color: '#790403'

red 121 ◦ green 4 ◦ blue 3

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

Shades of Maroon #790403

Tints of Maroon #790403

RGB

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

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

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

R = 94.53%
G = 3.13%
B = 2.34%

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

#790403 (or 0x790403) is known color: Maroon. HEX triplet: 79, 04 and 03. RGB value is (121,4,3). Sum of RGB (Red+Green+Blue) = 121+4+3=128 (16% of max value = 765). Red value is 121 (47.66% from 255 or 94.53% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 121 - color contains mainly: red. Hex color #790403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790403 is #86FBFC. Grayscale: #262626. Windows color (decimal): -8846333 or 197753. OLE color: 197753.

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

Color convert

RGB 121 4 3 -
CMYK 0 0.97 0.98 0.53
HSL 0.51º 0.95% 0.24% -
HSV(B) 0.51º 0.98% 0.47% -
XYZ 7.95 4.16 0.47 -
YUV 38.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 121 4 3 0 0.97 0.98 0.53 0.51 0.95 0.24
Hex 79 4 3 0 61 62 35 1 5F 18
Octal 171 4 3 0 141 142 65 1 137 30
Binary 1111001 100 11 0 1100001 1100010 110101 1 1011111 11000

Color Harmonies of #790403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790403

Black with #790403

Text Example


Text Example

White with #790403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790403; }

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

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

background-color css

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

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

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

border-color css

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

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

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