Html Css Color HEX #78130D Falu Red

📋 copy color: '#78130D'

red 120 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #78130D

Tints of Falu Red #78130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 78.95%
G = 12.5%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78130D (or 0x78130D) is known color: Falu Red. HEX triplet: 78, 13 and 0D. RGB value is (120,19,13). Sum of RGB (Red+Green+Blue) = 120+19+13=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78130D is #87ECF2. Grayscale: #303030. Windows color (decimal): -8908019 or 856952. OLE color: 856952.

HSL color Cylindrical-coordinate representation of color #78130D: hue angle of 3.36º 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 #78130D is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 13 -
CMYK 0 0.84 0.89 0.53
HSL 3.36º 0.8% 0.26% -
HSV(B) 3.36º 0.89% 0.47% -
XYZ 8.05 4.49 0.82 -
YUV 48.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 120 19 13 0 0.84 0.89 0.53 3.36 0.8 0.26
Hex 78 13 D 0 54 59 35 3 50 1A
Octal 170 23 15 0 124 131 65 3 120 32
Binary 1111000 10011 1101 0 1010100 1011001 110101 11 1010000 11010

Color Harmonies of #78130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78130D

Black with #78130D

Text Example


Text Example

White with #78130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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