Html Css Color HEX #761613 Falu Red

📋 copy color: '#761613'

red 118 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #761613

Tints of Falu Red #761613

RGB

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

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

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

R = 74.21%
G = 13.84%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#761613 (or 0x761613) is known color: Falu Red. HEX triplet: 76, 16 and 13. RGB value is (118,22,19). Sum of RGB (Red+Green+Blue) = 118+22+19=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #761613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761613 is #89E9EC. Grayscale: #323232. Windows color (decimal): -9038317 or 1250934. OLE color: 1250934.

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

Color convert

RGB 118 22 19 -
CMYK 0 0.81 0.84 0.54
HSL 1.82º 0.72% 0.27% -
HSV(B) 1.82º 0.84% 0.46% -
XYZ 7.88 4.47 1.06 -
YUV 50.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 118 22 19 0 0.81 0.84 0.54 1.82 0.72 0.27
Hex 76 16 13 0 51 54 36 2 48 1B
Octal 166 26 23 0 121 124 66 2 110 33
Binary 1110110 10110 10011 0 1010001 1010100 110110 10 1001000 11011

Color Harmonies of #761613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761613

Black with #761613

Text Example


Text Example

White with #761613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761613; }

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

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

background-color css

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

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

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

border-color css

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

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

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