#761002

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

Shades of Maroon #761002

Tints of Maroon #761002

Color information

#761002 (or 0x761002) is unknown color: approx Maroon. HEX triplet: 76, 10 and 02. RGB value is (118,16,2). Sum of RGB (Red+Green+Blue) = 118+16+2=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #761002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761002 is #89EFFD. Grayscale: #2D2D2D. Windows color (decimal): -9039870 or 135286. OLE color: 135286.

HSL color Cylindrical-coordinate representation of color #761002: hue angle of 7.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #761002 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB118162-
CMYK00.860.980.54
HSL7.24º96.67%23.53%-
HSV(B)7.24º98.31%46.27%-
XYZ7.674.230.47-
YUV44.9103.79180.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 86.76%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=86.76%
G=11.76%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11816200.860.980.547.2496.6723.53
Hex76102056623676118
Octal166202012614266714130
Binary11101101000010010101101100010110110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761002; }

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

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

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

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

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

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

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

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