Html Css Color HEX #78241D Falu Red

📋 copy color: '#78241D'

red 120 ◦ green 36 ◦ blue 29

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

Shades of Falu Red #78241D

Tints of Falu Red #78241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 64.86%
G = 19.46%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78241D (or 0x78241D) is known color: Falu Red. HEX triplet: 78, 24 and 1D. RGB value is (120,36,29). Sum of RGB (Red+Green+Blue) = 120+36+29=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78241D is #87DBE2. Grayscale: #3C3C3C. Windows color (decimal): -8903651 or 1909880. OLE color: 1909880.

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

Color convert

RGB 120 36 29 -
CMYK 0 0.7 0.76 0.53
HSL 4.62º 0.61% 0.29% -
HSV(B) 4.62º 0.76% 0.47% -
XYZ 8.6 5.34 1.74 -
YUV 60.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 120 36 29 0 0.7 0.76 0.53 4.62 0.61 0.29
Hex 78 24 1D 0 46 4C 35 5 3D 1D
Octal 170 44 35 0 106 114 65 5 75 35
Binary 1111000 100100 11101 0 1000110 1001100 110101 101 111101 11101

Color Harmonies of #78241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78241D

Black with #78241D

Text Example


Text Example

White with #78241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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