Html Css Color HEX #790D01 Maroon

📋 copy color: '#790D01'

red 121 ◦ green 13 ◦ blue 1

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

Shades of Maroon #790D01

Tints of Maroon #790D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.63%

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

R = 89.63%
G = 9.63%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#790D01 (or 0x790D01) is known color: Maroon. HEX triplet: 79, 0D and 01. RGB value is (121,13,1). Sum of RGB (Red+Green+Blue) = 121+13+1=135 (17% of max value = 765). Red value is 121 (47.66% from 255 or 89.63% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 121 - color contains mainly: red. Hex color #790D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D01 is #86F2FE. Grayscale: #2C2C2C. Windows color (decimal): -8844031 or 68985. OLE color: 68985.

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

Color convert

RGB 121 13 1 -
CMYK 0 0.89 0.99 0.53
HSL 0.98% 0.24% -
HSV(B) 0.99% 0.47% -
XYZ 8.03 4.35 0.45 -
YUV 43.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 121 13 1 0 0.89 0.99 0.53 6 0.98 0.24
Hex 79 D 1 0 59 63 35 6 62 18
Octal 171 15 1 0 131 143 65 6 142 30
Binary 1111001 1101 1 0 1011001 1100011 110101 110 1100010 11000

Color Harmonies of #790D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D01

Black with #790D01

Text Example


Text Example

White with #790D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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