Html Css Color HEX #761413 Falu Red

📋 copy color: '#761413'

red 118 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #761413

Tints of Falu Red #761413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 75.16%
G = 12.74%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#761413 (or 0x761413) is known color: Falu Red. HEX triplet: 76, 14 and 13. RGB value is (118,20,19). Sum of RGB (Red+Green+Blue) = 118+20+19=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761413 is #89EBEC. Grayscale: #313131. Windows color (decimal): -9038829 or 1250422. OLE color: 1250422.

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

Color convert

RGB 118 20 19 -
CMYK 0 0.83 0.84 0.54
HSL 0.61º 0.72% 0.27% -
HSV(B) 0.61º 0.84% 0.46% -
XYZ 7.84 4.4 1.05 -
YUV 49.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 118 20 19 0 0.83 0.84 0.54 0.61 0.72 0.27
Hex 76 14 13 0 53 54 36 1 48 1B
Octal 166 24 23 0 123 124 66 1 110 33
Binary 1110110 10100 10011 0 1010011 1010100 110110 1 1001000 11011

Color Harmonies of #761413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761413

Black with #761413

Text Example


Text Example

White with #761413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761413; }

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

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

background-color css

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

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

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

border-color css

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

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

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