#760F01

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

Shades of Maroon #760F01

Tints of Maroon #760F01

Color information

#760F01 (or 0x760F01) is unknown color: approx Maroon. HEX triplet: 76, 0F and 01. RGB value is (118,15,1). Sum of RGB (Red+Green+Blue) = 118+15+1=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F01 is #89F0FE. Grayscale: #2C2C2C. Windows color (decimal): -9040127 or 69494. OLE color: 69494.

HSL color Cylindrical-coordinate representation of color #760F01: hue angle of 7.18º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760F01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB118151-
CMYK00.870.990.54
HSL7.18º98.32%23.33%-
HSV(B)7.18º99.15%46.27%-
XYZ7.654.20.44-
YUV44.2103.62180.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.06%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=88.06%
G=11.19%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11815100.870.990.547.1898.3223.33
Hex76F1057633676217
Octal166171012714366714227
Binary111011011111010101111100011110110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760F01; }

 p { color: rgb(118,15,1); }

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

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

 a { background-color: rgb(118,15,1); }

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

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

 span { border-color: rgb(118,15,1); }

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