Html Css Color HEX #76130E Falu Red

📋 copy color: '#76130E'

red 118 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #76130E

Tints of Falu Red #76130E

RGB

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

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

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

R = 78.15%
G = 12.58%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76130E (or 0x76130E) is known color: Falu Red. HEX triplet: 76, 13 and 0E. RGB value is (118,19,14). Sum of RGB (Red+Green+Blue) = 118+19+14=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #76130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76130E is #89ECF1. Grayscale: #303030. Windows color (decimal): -9039090 or 922486. OLE color: 922486.

HSL color Cylindrical-coordinate representation of color #76130E: hue angle of 2.88º 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 #76130E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 14 -
CMYK 0 0.84 0.88 0.54
HSL 2.88º 0.79% 0.26% -
HSV(B) 2.88º 0.88% 0.46% -
XYZ 7.78 4.35 0.84 -
YUV 48.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 118 19 14 0 0.84 0.88 0.54 2.88 0.79 0.26
Hex 76 13 E 0 54 58 36 3 4F 1A
Octal 166 23 16 0 124 130 66 3 117 32
Binary 1110110 10011 1110 0 1010100 1011000 110110 11 1001111 11010

Color Harmonies of #76130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76130E

Black with #76130E

Text Example


Text Example

White with #76130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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