Html Css Color HEX #782113 Falu Red

📋 copy color: '#782113'

red 120 ◦ green 33 ◦ blue 19

#782113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #782113

Tints of Falu Red #782113

RGB

 RED value IS 120 (47.27% from 255) = 69.77%

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 69.77%
G = 19.19%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#782113 (or 0x782113) is known color: Falu Red. HEX triplet: 78, 21 and 13. RGB value is (120,33,19). Sum of RGB (Red+Green+Blue) = 120+33+19=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #782113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782113 is #87DEEC. Grayscale: #393939. Windows color (decimal): -8904429 or 1253752. OLE color: 1253752.

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

Color convert

RGB 120 33 19 -
CMYK 0 0.72 0.84 0.53
HSL 8.32º 0.73% 0.27% -
HSV(B) 8.32º 0.84% 0.47% -
XYZ 8.41 5.13 1.16 -
YUV 57.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 120 33 19 0 0.72 0.84 0.53 8.32 0.73 0.27
Hex 78 21 13 0 48 54 35 8 49 1B
Octal 170 41 23 0 110 124 65 10 111 33
Binary 1111000 100001 10011 0 1001000 1010100 110101 1000 1001001 11011

Color Harmonies of #782113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782113

Black with #782113

Text Example


Text Example

White with #782113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782113; }

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

 H1.HeaderClassName
 {
   color: #782113;
 }
 .AnyTagClassName
 {
   color: #782113;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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