Html Css Color HEX #790303 Maroon

📋 copy color: '#790303'

red 121 ◦ green 3 ◦ blue 3

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

Shades of Maroon #790303

Tints of Maroon #790303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.36%

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

R = 95.28%
G = 2.36%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790303 (or 0x790303) is known color: Maroon. HEX triplet: 79, 03 and 03. RGB value is (121,3,3). Sum of RGB (Red+Green+Blue) = 121+3+3=127 (16% of max value = 765). Red value is 121 (47.66% from 255 or 95.28% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 121 - color contains mainly: red. Hex color #790303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790303 is #86FCFC. Grayscale: #262626. Windows color (decimal): -8846589 or 197497. OLE color: 197497.

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

Color convert

RGB 121 3 3 -
CMYK 0 0.98 0.98 0.53
HSL 0.95% 0.24% -
HSV(B) 0.98% 0.47% -
XYZ 7.93 4.14 0.47 -
YUV 38.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 121 3 3 0 0.98 0.98 0.53 0 0.95 0.24
Hex 79 3 3 0 62 62 35 0 5F 18
Octal 171 3 3 0 142 142 65 0 137 30
Binary 1111001 11 11 0 1100010 1100010 110101 0 1011111 11000

Color Harmonies of #790303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790303

Black with #790303

Text Example


Text Example

White with #790303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790303; }

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

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

background-color css

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

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

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

border-color css

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

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

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