#78200B

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

Shades of Falu Red #78200B

Tints of Falu Red #78200B

Color information

#78200B (or 0x78200B) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 0B. RGB value is (120,32,11). Sum of RGB (Red+Green+Blue) = 120+32+11=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #78200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78200B is #87DFF4. Grayscale: #383838. Windows color (decimal): -8904693 or 729208. OLE color: 729208.

HSL color Cylindrical-coordinate representation of color #78200B: hue angle of 11.56º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78200B is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1203211-
CMYK00.730.910.53
HSL11.56º83.21%25.69%-
HSV(B)11.56º90.83%47.06%-
XYZ8.325.050.85-
YUV55.92102.65173.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=73.62%
G=19.63%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120321100.730.910.5311.5683.2125.69
Hex7820B0495B35c531a
Octal17040130111133651412332
Binary111100010000010110100100110110111101011100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78200B; }

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

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

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

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

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

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

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

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