Html Css Color HEX #782411 Falu Red

📋 copy color: '#782411'

red 120 ◦ green 36 ◦ blue 17

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

Shades of Falu Red #782411

Tints of Falu Red #782411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 69.36%
G = 20.81%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#782411 (or 0x782411) is known color: Falu Red. HEX triplet: 78, 24 and 11. RGB value is (120,36,17). Sum of RGB (Red+Green+Blue) = 120+36+17=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #782411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782411 is #87DBEE. Grayscale: #3B3B3B. Windows color (decimal): -8903663 or 1123448. OLE color: 1123448.

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

Color convert

RGB 120 36 17 -
CMYK 0 0.7 0.86 0.53
HSL 11.07º 0.75% 0.27% -
HSV(B) 11.07º 0.86% 0.47% -
XYZ 8.48 5.3 1.11 -
YUV 58.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 120 36 17 0 0.7 0.86 0.53 11.07 0.75 0.27
Hex 78 24 11 0 46 56 35 B 4B 1B
Octal 170 44 21 0 106 126 65 13 113 33
Binary 1111000 100100 10001 0 1000110 1010110 110101 1011 1001011 11011

Color Harmonies of #782411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782411

Black with #782411

Text Example


Text Example

White with #782411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782411; }

 p { color: rgb(120,36,17); }

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

background-color css

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

 a { background-color: rgb(120,36,17); }

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

border-color css

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

 span { border-color: rgb(120,36,17); }

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