Html Css Color HEX #780E0D Falu Red

📋 copy color: '#780E0D'

red 120 ◦ green 14 ◦ blue 13

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

Shades of Falu Red #780E0D

Tints of Falu Red #780E0D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.52%

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

R = 81.63%
G = 9.52%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#780E0D (or 0x780E0D) is known color: Falu Red. HEX triplet: 78, 0E and 0D. RGB value is (120,14,13). Sum of RGB (Red+Green+Blue) = 120+14+13=147 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.63% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 120 - color contains mainly: red. Hex color #780E0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780E0D is #87F1F2. Grayscale: #2D2D2D. Windows color (decimal): -8909299 or 855672. OLE color: 855672.

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

Color convert

RGB 120 14 13 -
CMYK 0 0.88 0.89 0.53
HSL 0.56º 0.8% 0.26% -
HSV(B) 0.56º 0.89% 0.47% -
XYZ 7.98 4.34 0.8 -
YUV 45.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 120 14 13 0 0.88 0.89 0.53 0.56 0.8 0.26
Hex 78 E D 0 58 59 35 1 50 1A
Octal 170 16 15 0 130 131 65 1 120 32
Binary 1111000 1110 1101 0 1011000 1011001 110101 1 1010000 11010

Color Harmonies of #780E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E0D

Black with #780E0D

Text Example


Text Example

White with #780E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780E0D; }

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

 H1.HeaderClassName
 {
   color: #780E0D;
 }
 .AnyTagClassName
 {
   color: #780E0D;
 }
</style>

background-color css

<style>
 a { background-color: #780E0D; }

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

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

border-color css

<style>
 span { border-color: #780E0D; }

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

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