#780F05

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

Shades of Maroon #780F05

Tints of Maroon #780F05

Color information

#780F05 (or 0x780F05) is unknown color: approx Maroon. HEX triplet: 78, 0F and 05. RGB value is (120,15,5). Sum of RGB (Red+Green+Blue) = 120+15+5=140 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.71% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 120 - color contains mainly: red. Hex color #780F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F05 is #87F0FA. Grayscale: #2D2D2D. Windows color (decimal): -8909051 or 331640. OLE color: 331640.

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

Color convert

RGB120155-
CMYK00.870.960.53
HSL5.22º92%24.51%-
HSV(B)5.22º95.83%47.06%-
XYZ7.944.350.56-
YUV45.26105.29181.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 85.71%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=85.71%
G=10.71%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12015500.870.960.535.229224.51
Hex78F5057603555c19
Octal170175012714065513431
Binary11110001111101010101111100000110101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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