Html Css Color HEX #76240E Falu Red

📋 copy color: '#76240E'

red 118 ◦ green 36 ◦ blue 14

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

Shades of Falu Red #76240E

Tints of Falu Red #76240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.43%

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

R = 70.24%
G = 21.43%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76240E (or 0x76240E) is known color: Falu Red. HEX triplet: 76, 24 and 0E. RGB value is (118,36,14). Sum of RGB (Red+Green+Blue) = 118+36+14=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76240E is #89DBF1. Grayscale: #3A3A3A. Windows color (decimal): -9034738 or 926838. OLE color: 926838.

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

Color convert

RGB 118 36 14 -
CMYK 0 0.69 0.88 0.54
HSL 12.69º 0.79% 0.26% -
HSV(B) 12.69º 0.88% 0.46% -
XYZ 8.18 5.15 0.98 -
YUV 58.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 118 36 14 0 0.69 0.88 0.54 12.69 0.79 0.26
Hex 76 24 E 0 45 58 36 D 4F 1A
Octal 166 44 16 0 105 130 66 15 117 32
Binary 1110110 100100 1110 0 1000101 1011000 110110 1101 1001111 11010

Color Harmonies of #76240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76240E

Black with #76240E

Text Example


Text Example

White with #76240E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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