Html Css Color HEX #790C03 Maroon

📋 copy color: '#790C03'

red 121 ◦ green 12 ◦ blue 3

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

Shades of Maroon #790C03

Tints of Maroon #790C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.82%

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

R = 88.97%
G = 8.82%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790C03 (or 0x790C03) is known color: Maroon. HEX triplet: 79, 0C and 03. RGB value is (121,12,3). Sum of RGB (Red+Green+Blue) = 121+12+3=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #790C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C03 is #86F3FC. Grayscale: #2B2B2B. Windows color (decimal): -8844285 or 199801. OLE color: 199801.

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

Color convert

RGB 121 12 3 -
CMYK 0 0.90 0.98 0.53
HSL 4.58º 0.95% 0.24% -
HSV(B) 4.58º 0.98% 0.47% -
XYZ 8.03 4.33 0.5 -
YUV 43.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 121 12 3 0 0.90 0.98 0.53 4.58 0.95 0.24
Hex 79 C 3 0 5A 62 35 5 5F 18
Octal 171 14 3 0 132 142 65 5 137 30
Binary 1111001 1100 11 0 1011010 1100010 110101 101 1011111 11000

Color Harmonies of #790C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C03

Black with #790C03

Text Example


Text Example

White with #790C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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