#781308

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

Shades of Falu Red #781308

Tints of Falu Red #781308

Color information

#781308 (or 0x781308) is unknown color: approx Falu Red. HEX triplet: 78, 13 and 08. RGB value is (120,19,8). Sum of RGB (Red+Green+Blue) = 120+19+8=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #781308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781308 is #87ECF7. Grayscale: #303030. Windows color (decimal): -8908024 or 529272. OLE color: 529272.

HSL color Cylindrical-coordinate representation of color #781308: hue angle of 5.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #781308 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB120198-
CMYK00.840.930.53
HSL5.89º87.5%25.1%-
HSV(B)5.89º93.33%47.06%-
XYZ8.024.480.67-
YUV47.94105.46179.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 81.63%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=81.63%
G=12.93%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12019800.840.930.535.8987.525.1
Hex781380545D3565819
Octal1702310012413565613031
Binary1111000100111000010101001011101110101110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781308; }

 p { color: rgb(120,19,8); }

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

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

 a { background-color: rgb(120,19,8); }

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

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

 span { border-color: rgb(120,19,8); }

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