#780F03

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

Shades of Maroon #780F03

Tints of Maroon #780F03

Color information

#780F03 (or 0x780F03) is unknown color: approx Maroon. HEX triplet: 78, 0F and 03. RGB value is (120,15,3). Sum of RGB (Red+Green+Blue) = 120+15+3=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #780F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F03 is #87F0FC. Grayscale: #2D2D2D. Windows color (decimal): -8909053 or 200568. OLE color: 200568.

HSL color Cylindrical-coordinate representation of color #780F03: hue angle of 6.15º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780F03 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB120153-
CMYK00.870.980.53
HSL6.15º95.12%24.12%-
HSV(B)6.15º97.5%47.06%-
XYZ7.934.340.51-
YUV45.03104.29181.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 86.96%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=86.96%
G=10.87%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015300.870.980.536.1595.1224.12
Hex78F3057623565f18
Octal170173012714265613730
Binary1111000111111010101111100010110101110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780F03; }

 p { color: rgb(120,15,3); }

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

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

 a { background-color: rgb(120,15,3); }

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

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

 span { border-color: rgb(120,15,3); }

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