Html Css Color HEX #78240F Falu Red

📋 copy color: '#78240F'

red 120 ◦ green 36 ◦ blue 15

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

Shades of Falu Red #78240F

Tints of Falu Red #78240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 70.18%
G = 21.05%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78240F (or 0x78240F) is known color: Falu Red. HEX triplet: 78, 24 and 0F. RGB value is (120,36,15). Sum of RGB (Red+Green+Blue) = 120+36+15=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78240F is #87DBF0. Grayscale: #3A3A3A. Windows color (decimal): -8903665 or 992376. OLE color: 992376.

HSL color Cylindrical-coordinate representation of color #78240F: hue angle of 12º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78240F is Cyan = 0, Magento = 0.7, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 36 15 -
CMYK 0 0.7 0.87 0.53
HSL 12º 0.78% 0.26% -
HSV(B) 12º 0.88% 0.47% -
XYZ 8.46 5.29 1.03 -
YUV 58.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 120 36 15 0 0.7 0.87 0.53 12 0.78 0.26
Hex 78 24 F 0 46 57 35 C 4E 1A
Octal 170 44 17 0 106 127 65 14 116 32
Binary 1111000 100100 1111 0 1000110 1010111 110101 1100 1001110 11010

Color Harmonies of #78240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78240F

Black with #78240F

Text Example


Text Example

White with #78240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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