#760905

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

Shades of Maroon #760905

Tints of Maroon #760905

Color information

#760905 (or 0x760905) is unknown color: approx Maroon. HEX triplet: 76, 09 and 05. RGB value is (118,9,5). Sum of RGB (Red+Green+Blue) = 118+9+5=132 (17% of max value = 765). Red value is 118 (46.48% from 255 or 89.39% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 118 - color contains mainly: red. Hex color #760905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760905 is #89F6FA. Grayscale: #292929. Windows color (decimal): -9041659 or 330102. OLE color: 330102.

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

Color convert

RGB11895-
CMYK00.920.960.54
HSL2.12º91.87%24.12%-
HSV(B)2.12º95.76%46.27%-
XYZ7.64.060.53-
YUV41.14107.61182.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 89.39%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=89.39%
G=6.82%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1189500.920.960.542.1291.8724.12
Hex769505C603625c18
Octal166115013414066213430
Binary1110110100110101011100110000011011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760905; }

 p { color: rgb(118,9,5); }

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

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

 a { background-color: rgb(118,9,5); }

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

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

 span { border-color: rgb(118,9,5); }

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