Html Css Color HEX #78100F Falu Red

📋 copy color: '#78100F'

red 120 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #78100F

Tints of Falu Red #78100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 79.47%
G = 10.6%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78100F (or 0x78100F) is known color: Falu Red. HEX triplet: 78, 10 and 0F. RGB value is (120,16,15). Sum of RGB (Red+Green+Blue) = 120+16+15=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #78100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78100F is #87EFF0. Grayscale: #2F2F2F. Windows color (decimal): -8908785 or 987256. OLE color: 987256.

HSL color Cylindrical-coordinate representation of color #78100F: hue angle of 0.57º 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 #78100F is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 15 -
CMYK 0 0.87 0.87 0.53
HSL 0.57º 0.78% 0.26% -
HSV(B) 0.57º 0.88% 0.47% -
XYZ 8.02 4.4 0.88 -
YUV 46.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 120 16 15 0 0.87 0.87 0.53 0.57 0.78 0.26
Hex 78 10 F 0 57 57 35 1 4E 1A
Octal 170 20 17 0 127 127 65 1 116 32
Binary 1111000 10000 1111 0 1010111 1010111 110101 1 1001110 11010

Color Harmonies of #78100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78100F

Black with #78100F

Text Example


Text Example

White with #78100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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