Html Css Color HEX #76170E Falu Red

📋 copy color: '#76170E'

red 118 ◦ green 23 ◦ blue 14

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

Shades of Falu Red #76170E

Tints of Falu Red #76170E

RGB

 RED value IS 118 (46.48% from 255) = 76.13%

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 76.13%
G = 14.84%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76170E (or 0x76170E) is known color: Falu Red. HEX triplet: 76, 17 and 0E. RGB value is (118,23,14). Sum of RGB (Red+Green+Blue) = 118+23+14=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #76170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76170E is #89E8F1. Grayscale: #323232. Windows color (decimal): -9038066 or 923510. OLE color: 923510.

HSL color Cylindrical-coordinate representation of color #76170E: hue angle of 5.19º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76170E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 14 -
CMYK 0 0.81 0.88 0.54
HSL 5.19º 0.79% 0.26% -
HSV(B) 5.19º 0.88% 0.46% -
XYZ 7.86 4.5 0.87 -
YUV 50.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 118 23 14 0 0.81 0.88 0.54 5.19 0.79 0.26
Hex 76 17 E 0 51 58 36 5 4F 1A
Octal 166 27 16 0 121 130 66 5 117 32
Binary 1110110 10111 1110 0 1010001 1011000 110110 101 1001111 11010

Color Harmonies of #76170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76170E

Black with #76170E

Text Example


Text Example

White with #76170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76170E; }

 p { color: rgb(118,23,14); }

 H1.HeaderClassName
 {
   color: #76170E;
 }
 .AnyTagClassName
 {
   color: #76170E;
 }
</style>

background-color css

<style>
 a { background-color: #76170E; }

 a { background-color: rgb(118,23,14); }

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

border-color css

<style>
 span { border-color: #76170E; }

 span { border-color: rgb(118,23,14); }

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