Html Css Color HEX #76100D Falu Red

📋 copy color: '#76100D'

red 118 ◦ green 16 ◦ blue 13

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

Shades of Falu Red #76100D

Tints of Falu Red #76100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 80.27%
G = 10.88%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76100D (or 0x76100D) is known color: Falu Red. HEX triplet: 76, 10 and 0D. RGB value is (118,16,13). Sum of RGB (Red+Green+Blue) = 118+16+13=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #76100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76100D is #89EFF2. Grayscale: #2E2E2E. Windows color (decimal): -9039859 or 856182. OLE color: 856182.

HSL color Cylindrical-coordinate representation of color #76100D: hue angle of 1.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 #76100D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 13 -
CMYK 0 0.86 0.89 0.54
HSL 1.71º 0.8% 0.26% -
HSV(B) 1.71º 0.89% 0.46% -
XYZ 7.73 4.25 0.79 -
YUV 46.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 118 16 13 0 0.86 0.89 0.54 1.71 0.8 0.26
Hex 76 10 D 0 56 59 36 2 50 1A
Octal 166 20 15 0 126 131 66 2 120 32
Binary 1110110 10000 1101 0 1010110 1011001 110110 10 1010000 11010

Color Harmonies of #76100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76100D

Black with #76100D

Text Example


Text Example

White with #76100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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