Html Css Color HEX #78180B Falu Red

📋 copy color: '#78180B'

red 120 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #78180B

Tints of Falu Red #78180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 77.42%
G = 15.48%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#78180B (or 0x78180B) is known color: Falu Red. HEX triplet: 78, 18 and 0B. RGB value is (120,24,11). Sum of RGB (Red+Green+Blue) = 120+24+11=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #78180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78180B is #87E7F4. Grayscale: #333333. Windows color (decimal): -8906741 or 727160. OLE color: 727160.

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

Color convert

RGB 120 24 11 -
CMYK 0 0.8 0.91 0.53
HSL 7.16º 0.83% 0.26% -
HSV(B) 7.16º 0.91% 0.47% -
XYZ 8.13 4.67 0.79 -
YUV 51.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 120 24 11 0 0.8 0.91 0.53 7.16 0.83 0.26
Hex 78 18 B 0 50 5B 35 7 53 1A
Octal 170 30 13 0 120 133 65 7 123 32
Binary 1111000 11000 1011 0 1010000 1011011 110101 111 1010011 11010

Color Harmonies of #78180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78180B

Black with #78180B

Text Example


Text Example

White with #78180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78180B; }

 p { color: rgb(120,24,11); }

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

background-color css

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

 a { background-color: rgb(120,24,11); }

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

border-color css

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

 span { border-color: rgb(120,24,11); }

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