Html Css Color HEX #78260D Falu Red

📋 copy color: '#78260D'

red 120 ◦ green 38 ◦ blue 13

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

Shades of Falu Red #78260D

Tints of Falu Red #78260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

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

R = 70.18%
G = 22.22%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78260D (or 0x78260D) is known color: Falu Red. HEX triplet: 78, 26 and 0D. RGB value is (120,38,13). Sum of RGB (Red+Green+Blue) = 120+38+13=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78260D is #87D9F2. Grayscale: #3B3B3B. Windows color (decimal): -8903155 or 861816. OLE color: 861816.

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

Color convert

RGB 120 38 13 -
CMYK 0 0.68 0.89 0.53
HSL 14.02º 0.8% 0.26% -
HSV(B) 14.02º 0.89% 0.47% -
XYZ 8.51 5.41 0.98 -
YUV 59.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 120 38 13 0 0.68 0.89 0.53 14.02 0.8 0.26
Hex 78 26 D 0 44 59 35 E 50 1A
Octal 170 46 15 0 104 131 65 16 120 32
Binary 1111000 100110 1101 0 1000100 1011001 110101 1110 1010000 11010

Color Harmonies of #78260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78260D

Black with #78260D

Text Example


Text Example

White with #78260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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