Html Css Color HEX #761310 Falu Red

📋 copy color: '#761310'

red 118 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #761310

Tints of Falu Red #761310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 77.12%
G = 12.42%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#761310 (or 0x761310) is known color: Falu Red. HEX triplet: 76, 13 and 10. RGB value is (118,19,16). Sum of RGB (Red+Green+Blue) = 118+19+16=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761310 is #89ECEF. Grayscale: #303030. Windows color (decimal): -9039088 or 1053558. OLE color: 1053558.

HSL color Cylindrical-coordinate representation of color #761310: hue angle of 1.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761310 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 16 -
CMYK 0 0.84 0.86 0.54
HSL 1.76º 0.76% 0.26% -
HSV(B) 1.76º 0.86% 0.46% -
XYZ 7.8 4.35 0.92 -
YUV 48.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 118 19 16 0 0.84 0.86 0.54 1.76 0.76 0.26
Hex 76 13 10 0 54 56 36 2 4C 1A
Octal 166 23 20 0 124 126 66 2 114 32
Binary 1110110 10011 10000 0 1010100 1010110 110110 10 1001100 11010

Color Harmonies of #761310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761310

Black with #761310

Text Example


Text Example

White with #761310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761310; }

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

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

background-color css

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

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

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

border-color css

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

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

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