#760D02

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

Shades of Maroon #760D02

Tints of Maroon #760D02

Color information

#760D02 (or 0x760D02) is unknown color: approx Maroon. HEX triplet: 76, 0D and 02. RGB value is (118,13,2). Sum of RGB (Red+Green+Blue) = 118+13+2=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #760D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D02 is #89F2FD. Grayscale: #2B2B2B. Windows color (decimal): -9040638 or 134518. OLE color: 134518.

HSL color Cylindrical-coordinate representation of color #760D02: hue angle of 5.69º 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 #760D02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB118132-
CMYK00.890.980.54
HSL5.69º96.67%23.53%-
HSV(B)5.69º98.31%46.27%-
XYZ7.634.140.46-
YUV43.14104.79181.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.72%
GREEN value IS 13 (5.47% from 255) = 9.77%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=88.72%
G=9.77%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11813200.890.980.545.6996.6723.53
Hex76D2059623666118
Octal166152013114266614130
Binary1110110110110010110011100010110110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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