Html Css Color HEX #761616 Falu Red

📋 copy color: '#761616'

red 118 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #761616

Tints of Falu Red #761616

RGB

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

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

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

R = 72.84%
G = 13.58%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761616 (or 0x761616) is known color: Falu Red. HEX triplet: 76, 16 and 16. RGB value is (118,22,22). Sum of RGB (Red+Green+Blue) = 118+22+22=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #761616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761616 is #89E9E9. Grayscale: #323232. Windows color (decimal): -9038314 or 1447542. OLE color: 1447542.

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

Color convert

RGB 118 22 22 -
CMYK 0 0.81 0.81 0.54
HSL 0.69% 0.27% -
HSV(B) 0.81% 0.46% -
XYZ 7.9 4.48 1.21 -
YUV 50.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 118 22 22 0 0.81 0.81 0.54 0 0.69 0.27
Hex 76 16 16 0 51 51 36 0 45 1B
Octal 166 26 26 0 121 121 66 0 105 33
Binary 1110110 10110 10110 0 1010001 1010001 110110 0 1000101 11011

Color Harmonies of #761616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761616

Black with #761616

Text Example


Text Example

White with #761616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761616; }

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

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

background-color css

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

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

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

border-color css

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

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

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