#782213

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

Shades of Falu Red #782213

Tints of Falu Red #782213

Color information

#782213 (or 0x782213) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 13. RGB value is (120,34,19). Sum of RGB (Red+Green+Blue) = 120+34+19=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #782213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782213 is #87DDEC. Grayscale: #3A3A3A. Windows color (decimal): -8904173 or 1254008. OLE color: 1254008.

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

Color convert

RGB1203419-
CMYK00.720.840.53
HSL8.91º72.66%27.25%-
HSV(B)8.91º84.17%47.06%-
XYZ8.445.181.17-
YUV58105.99172.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.36%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 19 (7.81% from 255) = 10.98%
R=69.36%
G=19.65%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120341900.720.840.538.9172.6627.25
Hex78221304854359491b
Octal17042230110124651111133
Binary1111000100010100110100100010101001101011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782213; }

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

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

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

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

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

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

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

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