Html Css Color HEX #790602 Maroon

📋 copy color: '#790602'

red 121 ◦ green 6 ◦ blue 2

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

Shades of Maroon #790602

Tints of Maroon #790602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 93.8%
G = 4.65%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790602 (or 0x790602) is known color: Maroon. HEX triplet: 79, 06 and 02. RGB value is (121,6,2). Sum of RGB (Red+Green+Blue) = 121+6+2=129 (17% of max value = 765). Red value is 121 (47.66% from 255 or 93.80% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 121 - color contains mainly: red. Hex color #790602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790602 is #86F9FD. Grayscale: #282828. Windows color (decimal): -8845822 or 132729. OLE color: 132729.

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

Color convert

RGB 121 6 2 -
CMYK 0 0.95 0.98 0.53
HSL 2.02º 0.97% 0.24% -
HSV(B) 2.02º 0.98% 0.47% -
XYZ 7.96 4.2 0.45 -
YUV 39.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 121 6 2 0 0.95 0.98 0.53 2.02 0.97 0.24
Hex 79 6 2 0 5F 62 35 2 61 18
Octal 171 6 2 0 137 142 65 2 141 30
Binary 1111001 110 10 0 1011111 1100010 110101 10 1100001 11000

Color Harmonies of #790602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790602

Black with #790602

Text Example


Text Example

White with #790602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790602; }

 p { color: rgb(121,6,2); }

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

background-color css

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

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

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

border-color css

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

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

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