Html Css Color HEX #790D02 Maroon

📋 copy color: '#790D02'

red 121 ◦ green 13 ◦ blue 2

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

Shades of Maroon #790D02

Tints of Maroon #790D02

RGB

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

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

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

R = 88.97%
G = 9.56%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#790D02 (or 0x790D02) is known color: Maroon. HEX triplet: 79, 0D and 02. RGB value is (121,13,2). Sum of RGB (Red+Green+Blue) = 121+13+2=136 (18% of max value = 765). Red value is 121 (47.66% from 255 or 88.97% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 121 - color contains mainly: red. Hex color #790D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D02 is #86F2FD. Grayscale: #2C2C2C. Windows color (decimal): -8844030 or 134521. OLE color: 134521.

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

Color convert

RGB 121 13 2 -
CMYK 0 0.89 0.98 0.53
HSL 5.55º 0.97% 0.24% -
HSV(B) 5.55º 0.98% 0.47% -
XYZ 8.04 4.36 0.47 -
YUV 44.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 121 13 2 0 0.89 0.98 0.53 5.55 0.97 0.24
Hex 79 D 2 0 59 62 35 6 61 18
Octal 171 15 2 0 131 142 65 6 141 30
Binary 1111001 1101 10 0 1011001 1100010 110101 110 1100001 11000

Color Harmonies of #790D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D02

Black with #790D02

Text Example


Text Example

White with #790D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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