Html Css Color HEX #761816 Falu Red

📋 copy color: '#761816'

red 118 ◦ green 24 ◦ blue 22

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

Shades of Falu Red #761816

Tints of Falu Red #761816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 71.95%
G = 14.63%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761816 (or 0x761816) is known color: Falu Red. HEX triplet: 76, 18 and 16. RGB value is (118,24,22). Sum of RGB (Red+Green+Blue) = 118+24+22=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #761816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761816 is #89E7E9. Grayscale: #333333. Windows color (decimal): -9037802 or 1448054. OLE color: 1448054.

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

Color convert

RGB 118 24 22 -
CMYK 0 0.80 0.81 0.54
HSL 1.25º 0.69% 0.27% -
HSV(B) 1.25º 0.81% 0.46% -
XYZ 7.94 4.56 1.22 -
YUV 51.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 118 24 22 0 0.80 0.81 0.54 1.25 0.69 0.27
Hex 76 18 16 0 50 51 36 1 45 1B
Octal 166 30 26 0 120 121 66 1 105 33
Binary 1110110 11000 10110 0 1010000 1010001 110110 1 1000101 11011

Color Harmonies of #761816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761816

Black with #761816

Text Example


Text Example

White with #761816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761816; }

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

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

background-color css

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

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

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

border-color css

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

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

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