#782319

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

Shades of Falu Red #782319

Tints of Falu Red #782319

Color information

#782319 (or 0x782319) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 19. RGB value is (120,35,25). Sum of RGB (Red+Green+Blue) = 120+35+25=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #782319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782319 is #87DCE6. Grayscale: #3B3B3B. Windows color (decimal): -8903911 or 1647480. OLE color: 1647480.

HSL color Cylindrical-coordinate representation of color #782319: hue angle of 6.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782319 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1203525-
CMYK00.710.790.53
HSL6.32º65.52%28.43%-
HSV(B)6.32º79.17%47.06%-
XYZ8.525.271.49-
YUV59.28108.66171.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=66.67%
G=19.44%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120352500.710.790.536.3265.5228.43
Hex7823190474F356421c
Octal1704331010711765610234
Binary111100010001111001010001111001111110101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782319; }

 p { color: rgb(120,35,25); }

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

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

 a { background-color: rgb(120,35,25); }

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

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

 span { border-color: rgb(120,35,25); }

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