Html Css Color HEX #76180F Falu Red

📋 copy color: '#76180F'

red 118 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #76180F

Tints of Falu Red #76180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 75.16%
G = 15.29%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76180F (or 0x76180F) is known color: Falu Red. HEX triplet: 76, 18 and 0F. RGB value is (118,24,15). Sum of RGB (Red+Green+Blue) = 118+24+15=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #76180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76180F is #89E7F0. Grayscale: #333333. Windows color (decimal): -9037809 or 989302. OLE color: 989302.

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

Color convert

RGB 118 24 15 -
CMYK 0 0.80 0.87 0.54
HSL 5.24º 0.77% 0.26% -
HSV(B) 5.24º 0.87% 0.46% -
XYZ 7.88 4.54 0.91 -
YUV 51.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 118 24 15 0 0.80 0.87 0.54 5.24 0.77 0.26
Hex 76 18 F 0 50 57 36 5 4D 1A
Octal 166 30 17 0 120 127 66 5 115 32
Binary 1110110 11000 1111 0 1010000 1010111 110110 101 1001101 11010

Color Harmonies of #76180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76180F

Black with #76180F

Text Example


Text Example

White with #76180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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