Html Css Color HEX #790C01 Maroon

📋 copy color: '#790C01'

red 121 ◦ green 12 ◦ blue 1

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

Shades of Maroon #790C01

Tints of Maroon #790C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 90.3%
G = 8.96%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#790C01 (or 0x790C01) is known color: Maroon. HEX triplet: 79, 0C and 01. RGB value is (121,12,1). Sum of RGB (Red+Green+Blue) = 121+12+1=134 (17% of max value = 765). Red value is 121 (47.66% from 255 or 90.30% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 121 - color contains mainly: red. Hex color #790C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C01 is #86F3FE. Grayscale: #2B2B2B. Windows color (decimal): -8844287 or 68729. OLE color: 68729.

HSL color Cylindrical-coordinate representation of color #790C01: hue angle of 5.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790C01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 1 -
CMYK 0 0.90 0.99 0.53
HSL 5.5º 0.98% 0.24% -
HSV(B) 5.5º 0.99% 0.47% -
XYZ 8.02 4.33 0.44 -
YUV 43.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 121 12 1 0 0.90 0.99 0.53 5.5 0.98 0.24
Hex 79 C 1 0 5A 63 35 6 62 18
Octal 171 14 1 0 132 143 65 6 142 30
Binary 1111001 1100 1 0 1011010 1100011 110101 110 1100010 11000

Color Harmonies of #790C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C01

Black with #790C01

Text Example


Text Example

White with #790C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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