Html Css Color HEX #76160F Falu Red

📋 copy color: '#76160F'

red 118 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #76160F

Tints of Falu Red #76160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 76.13%
G = 14.19%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76160F (or 0x76160F) is known color: Falu Red. HEX triplet: 76, 16 and 0F. RGB value is (118,22,15). Sum of RGB (Red+Green+Blue) = 118+22+15=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #76160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76160F is #89E9F0. Grayscale: #323232. Windows color (decimal): -9038321 or 988790. OLE color: 988790.

HSL color Cylindrical-coordinate representation of color #76160F: hue angle of 4.08º 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 #76160F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 15 -
CMYK 0 0.81 0.87 0.54
HSL 4.08º 0.77% 0.26% -
HSV(B) 4.08º 0.87% 0.46% -
XYZ 7.84 4.46 0.9 -
YUV 49.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 118 22 15 0 0.81 0.87 0.54 4.08 0.77 0.26
Hex 76 16 F 0 51 57 36 4 4D 1A
Octal 166 26 17 0 121 127 66 4 115 32
Binary 1110110 10110 1111 0 1010001 1010111 110110 100 1001101 11010

Color Harmonies of #76160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76160F

Black with #76160F

Text Example


Text Example

White with #76160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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