Html Css Color HEX #78240D Falu Red

📋 copy color: '#78240D'

red 120 ◦ green 36 ◦ blue 13

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

Shades of Falu Red #78240D

Tints of Falu Red #78240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 71.01%
G = 21.3%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78240D (or 0x78240D) is known color: Falu Red. HEX triplet: 78, 24 and 0D. RGB value is (120,36,13). Sum of RGB (Red+Green+Blue) = 120+36+13=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #78240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78240D is #87DBF2. Grayscale: #3A3A3A. Windows color (decimal): -8903667 or 861304. OLE color: 861304.

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

Color convert

RGB 120 36 13 -
CMYK 0 0.7 0.89 0.53
HSL 12.9º 0.8% 0.26% -
HSV(B) 12.9º 0.89% 0.47% -
XYZ 8.45 5.28 0.96 -
YUV 58.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 120 36 13 0 0.7 0.89 0.53 12.9 0.8 0.26
Hex 78 24 D 0 46 59 35 D 50 1A
Octal 170 44 15 0 106 131 65 15 120 32
Binary 1111000 100100 1101 0 1000110 1011001 110101 1101 1010000 11010

Color Harmonies of #78240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78240D

Black with #78240D

Text Example


Text Example

White with #78240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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