Html Css Color HEX #76100F Falu Red

📋 copy color: '#76100F'

red 118 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #76100F

Tints of Falu Red #76100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 79.19%
G = 10.74%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76100F (or 0x76100F) is known color: Falu Red. HEX triplet: 76, 10 and 0F. RGB value is (118,16,15). Sum of RGB (Red+Green+Blue) = 118+16+15=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #76100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76100F is #89EFF0. Grayscale: #2E2E2E. Windows color (decimal): -9039857 or 987254. OLE color: 987254.

HSL color Cylindrical-coordinate representation of color #76100F: hue angle of 0.58º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76100F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 15 -
CMYK 0 0.86 0.87 0.54
HSL 0.58º 0.77% 0.26% -
HSV(B) 0.58º 0.87% 0.46% -
XYZ 7.74 4.26 0.87 -
YUV 46.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 118 16 15 0 0.86 0.87 0.54 0.58 0.77 0.26
Hex 76 10 F 0 56 57 36 1 4D 1A
Octal 166 20 17 0 126 127 66 1 115 32
Binary 1110110 10000 1111 0 1010110 1010111 110110 1 1001101 11010

Color Harmonies of #76100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76100F

Black with #76100F

Text Example


Text Example

White with #76100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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