Html Css Color HEX #790803 Maroon

📋 copy color: '#790803'

red 121 ◦ green 8 ◦ blue 3

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

Shades of Maroon #790803

Tints of Maroon #790803

RGB

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

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

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

R = 91.67%
G = 6.06%
B = 2.27%

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

#790803 (or 0x790803) is known color: Maroon. HEX triplet: 79, 08 and 03. RGB value is (121,8,3). Sum of RGB (Red+Green+Blue) = 121+8+3=132 (17% of max value = 765). Red value is 121 (47.66% from 255 or 91.67% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 121 - color contains mainly: red. Hex color #790803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790803 is #86F7FC. Grayscale: #292929. Windows color (decimal): -8845309 or 198777. OLE color: 198777.

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

Color convert

RGB 121 8 3 -
CMYK 0 0.93 0.98 0.53
HSL 2.54º 0.95% 0.24% -
HSV(B) 2.54º 0.98% 0.47% -
XYZ 7.99 4.25 0.48 -
YUV 41.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 121 8 3 0 0.93 0.98 0.53 2.54 0.95 0.24
Hex 79 8 3 0 5D 62 35 3 5F 18
Octal 171 10 3 0 135 142 65 3 137 30
Binary 1111001 1000 11 0 1011101 1100010 110101 11 1011111 11000

Color Harmonies of #790803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790803

Black with #790803

Text Example


Text Example

White with #790803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790803; }

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

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

background-color css

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

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

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

border-color css

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

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

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