Html Css Color HEX #76170D Falu Red

📋 copy color: '#76170D'

red 118 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #76170D

Tints of Falu Red #76170D

RGB

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

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

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

R = 76.62%
G = 14.94%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76170D (or 0x76170D) is known color: Falu Red. HEX triplet: 76, 17 and 0D. RGB value is (118,23,13). Sum of RGB (Red+Green+Blue) = 118+23+13=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #76170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76170D is #89E8F2. Grayscale: #323232. Windows color (decimal): -9038067 or 857974. OLE color: 857974.

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

Color convert

RGB 118 23 13 -
CMYK 0 0.81 0.89 0.54
HSL 5.71º 0.8% 0.26% -
HSV(B) 5.71º 0.89% 0.46% -
XYZ 7.85 4.49 0.83 -
YUV 50.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 118 23 13 0 0.81 0.89 0.54 5.71 0.8 0.26
Hex 76 17 D 0 51 59 36 6 50 1A
Octal 166 27 15 0 121 131 66 6 120 32
Binary 1110110 10111 1101 0 1010001 1011001 110110 110 1010000 11010

Color Harmonies of #76170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76170D

Black with #76170D

Text Example


Text Example

White with #76170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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