#781808

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

Shades of Falu Red #781808

Tints of Falu Red #781808

Color information

#781808 (or 0x781808) is unknown color: approx Falu Red. HEX triplet: 78, 18 and 08. RGB value is (120,24,8). Sum of RGB (Red+Green+Blue) = 120+24+8=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #781808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781808 is #87E7F7. Grayscale: #333333. Windows color (decimal): -8906744 or 530552. OLE color: 530552.

HSL color Cylindrical-coordinate representation of color #781808: hue angle of 8.57º 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 #781808 is Cyan = 0, Magento = 0.8, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB120248-
CMYK00.80.930.53
HSL8.57º87.5%25.1%-
HSV(B)8.57º93.33%47.06%-
XYZ8.124.660.7-
YUV50.88103.8177.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.95%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=78.95%
G=15.79%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12024800.80.930.538.5787.525.1
Hex781880505D3595819
Octal17030100120135651113031
Binary11110001100010000101000010111011101011001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781808; }

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

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

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

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

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

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

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

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