#771002

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

Shades of Maroon #771002

Tints of Maroon #771002

Color information

#771002 (or 0x771002) is unknown color: approx Maroon. HEX triplet: 77, 10 and 02. RGB value is (119,16,2). Sum of RGB (Red+Green+Blue) = 119+16+2=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #771002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771002 is #88EFFD. Grayscale: #2D2D2D. Windows color (decimal): -8974334 or 135287. OLE color: 135287.

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

Color convert

RGB119162-
CMYK00.870.980.53
HSL7.18º96.69%23.73%-
HSV(B)7.18º98.32%46.67%-
XYZ7.84.30.48-
YUV45.2103.62180.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.86%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 2 (1.17% from 255) = 1.46%
R=86.86%
G=11.68%
B=1.46%

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
Decimal11916200.870.980.537.1896.6923.73
Hex77102057623576118
Octal167202012714265714130
Binary11101111000010010101111100010110101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771002; }

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

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

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

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

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

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

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

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