Html Css Color HEX #761F13 Falu Red

📋 copy color: '#761F13'

red 118 ◦ green 31 ◦ blue 19

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

Shades of Falu Red #761F13

Tints of Falu Red #761F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.45%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 70.24%
G = 18.45%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#761F13 (or 0x761F13) is known color: Falu Red. HEX triplet: 76, 1F and 13. RGB value is (118,31,19). Sum of RGB (Red+Green+Blue) = 118+31+19=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #761F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F13 is #89E0EC. Grayscale: #373737. Windows color (decimal): -9036013 or 1253238. OLE color: 1253238.

HSL color Cylindrical-coordinate representation of color #761F13: hue angle of 7.27º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761F13 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 31 19 -
CMYK 0 0.74 0.84 0.54
HSL 7.27º 0.72% 0.27% -
HSV(B) 7.27º 0.84% 0.46% -
XYZ 8.08 4.88 1.13 -
YUV 55.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 118 31 19 0 0.74 0.84 0.54 7.27 0.72 0.27
Hex 76 1F 13 0 4A 54 36 7 48 1B
Octal 166 37 23 0 112 124 66 7 110 33
Binary 1110110 11111 10011 0 1001010 1010100 110110 111 1001000 11011

Color Harmonies of #761F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F13

Black with #761F13

Text Example


Text Example

White with #761F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,31,19); }

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

background-color css

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

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

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

border-color css

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

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

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