Html Css Color HEX #761815 Falu Red

📋 copy color: '#761815'

red 118 ◦ green 24 ◦ blue 21

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

Shades of Falu Red #761815

Tints of Falu Red #761815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 72.39%
G = 14.72%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#761815 (or 0x761815) is known color: Falu Red. HEX triplet: 76, 18 and 15. RGB value is (118,24,21). Sum of RGB (Red+Green+Blue) = 118+24+21=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #761815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761815 is #89E7EA. Grayscale: #333333. Windows color (decimal): -9037803 or 1382518. OLE color: 1382518.

HSL color Cylindrical-coordinate representation of color #761815: hue angle of 1.86º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761815 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 21 -
CMYK 0 0.80 0.82 0.54
HSL 1.86º 0.7% 0.27% -
HSV(B) 1.86º 0.82% 0.46% -
XYZ 7.93 4.56 1.17 -
YUV 51.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 118 24 21 0 0.80 0.82 0.54 1.86 0.7 0.27
Hex 76 18 15 0 50 52 36 2 46 1B
Octal 166 30 25 0 120 122 66 2 106 33
Binary 1110110 11000 10101 0 1010000 1010010 110110 10 1000110 11011

Color Harmonies of #761815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761815

Black with #761815

Text Example


Text Example

White with #761815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761815; }

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

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

background-color css

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

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

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

border-color css

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

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

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