#791002

Color #791002 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #791002

Tints of Maroon #791002

Color information

#791002 (or 0x791002) is unknown color: approx Maroon. HEX triplet: 79, 10 and 02. RGB value is (121,16,2). Sum of RGB (Red+Green+Blue) = 121+16+2=139 (18% of max value = 765). Red value is 121 (47.66% from 255 or 87.05% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 121 - color contains mainly: red. Hex color #791002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791002 is #86EFFD. Grayscale: #2D2D2D. Windows color (decimal): -8843262 or 135289. OLE color: 135289.

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

Color convert

RGB121162-
CMYK00.870.980.53
HSL7.06º96.75%24.12%-
HSV(B)7.06º98.35%47.45%-
XYZ8.084.440.49-
YUV45.8103.29181.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 87.05%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=87.05%
G=11.51%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12116200.870.980.537.0696.7524.12
Hex79102057623576118
Octal171202012714265714130
Binary11110011000010010101111100010110101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791002; }

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

 H1.HeaderClassName
 {
   color: #791002;
 }
 .AnyTagClassName
 {
   color: #791002;
 }
</style>
background-color css

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

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

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

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

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

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