#760D08

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

Shades of Maroon #760D08

Tints of Maroon #760D08

Color information

#760D08 (or 0x760D08) is unknown color: approx Maroon. HEX triplet: 76, 0D and 08. RGB value is (118,13,8). Sum of RGB (Red+Green+Blue) = 118+13+8=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #760D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D08 is #89F2F7. Grayscale: #2B2B2B. Windows color (decimal): -9040632 or 527734. OLE color: 527734.

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

Color convert

RGB118138-
CMYK00.890.930.54
HSL2.73º87.3%24.71%-
HSV(B)2.73º93.22%46.27%-
XYZ7.664.160.63-
YUV43.82107.79180.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.89%
GREEN value IS 13 (5.47% from 255) = 9.35%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=84.89%
G=9.35%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11813800.890.930.542.7387.324.71
Hex76D80595D3635719
Octal1661510013113566312731
Binary11101101101100001011001101110111011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,13,8); }

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

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

 a { background-color: rgb(118,13,8); }

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

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

 span { border-color: rgb(118,13,8); }

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