#790802

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

Shades of Maroon #790802

Tints of Maroon #790802

Color information

#790802 (or 0x790802) is unknown color: approx Maroon. HEX triplet: 79, 08 and 02. RGB value is (121,8,2). Sum of RGB (Red+Green+Blue) = 121+8+2=131 (17% of max value = 765). Red value is 121 (47.66% from 255 or 92.37% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 121 - color contains mainly: red. Hex color #790802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790802 is #86F7FD. Grayscale: #292929. Windows color (decimal): -8845310 or 133241. OLE color: 133241.

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

Color convert

RGB12182-
CMYK00.930.980.53
HSL3.03º96.75%24.12%-
HSV(B)3.03º98.35%47.45%-
XYZ7.984.240.46-
YUV41.1105.94184.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 92.37%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=92.37%
G=6.11%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218200.930.980.533.0396.7524.12
Hex798205D623536118
Octal171102013514265314130
Binary111100110001001011101110001011010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790802; }

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

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

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

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

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

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

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

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