#780B03

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

Shades of Maroon #780B03

Tints of Maroon #780B03

Color information

#780B03 (or 0x780B03) is unknown color: approx Maroon. HEX triplet: 78, 0B and 03. RGB value is (120,11,3). Sum of RGB (Red+Green+Blue) = 120+11+3=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #780B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B03 is #87F4FC. Grayscale: #2A2A2A. Windows color (decimal): -8910077 or 199544. OLE color: 199544.

HSL color Cylindrical-coordinate representation of color #780B03: hue angle of 4.1º 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 #780B03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB120113-
CMYK00.910.980.53
HSL4.1º95.12%24.12%-
HSV(B)4.1º97.5%47.06%-
XYZ7.884.240.49-
YUV42.68105.61183.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 89.55%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 3 (1.56% from 255) = 2.24%
R=89.55%
G=8.21%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011300.910.980.534.195.1224.12
Hex78B305B623545f18
Octal170133013314265413730
Binary1111000101111010110111100010110101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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