Html Css Color HEX #761B16 Falu Red

📋 copy color: '#761B16'

red 118 ◦ green 27 ◦ blue 22

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

Shades of Falu Red #761B16

Tints of Falu Red #761B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.17%

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

R = 70.66%
G = 16.17%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761B16 (or 0x761B16) is known color: Falu Red. HEX triplet: 76, 1B and 16. RGB value is (118,27,22). Sum of RGB (Red+Green+Blue) = 118+27+22=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B16 is #89E4E9. Grayscale: #353535. Windows color (decimal): -9037034 or 1448822. OLE color: 1448822.

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

Color convert

RGB 118 27 22 -
CMYK 0 0.77 0.81 0.54
HSL 3.13º 0.69% 0.27% -
HSV(B) 3.13º 0.81% 0.46% -
XYZ 8.01 4.69 1.24 -
YUV 53.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 118 27 22 0 0.77 0.81 0.54 3.13 0.69 0.27
Hex 76 1B 16 0 4D 51 36 3 45 1B
Octal 166 33 26 0 115 121 66 3 105 33
Binary 1110110 11011 10110 0 1001101 1010001 110110 11 1000101 11011

Color Harmonies of #761B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B16

Black with #761B16

Text Example


Text Example

White with #761B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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