Html Css Color HEX #761510 Falu Red

📋 copy color: '#761510'

red 118 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #761510

Tints of Falu Red #761510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 76.13%
G = 13.55%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#761510 (or 0x761510) is known color: Falu Red. HEX triplet: 76, 15 and 10. RGB value is (118,21,16). Sum of RGB (Red+Green+Blue) = 118+21+16=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761510 is #89EAEF. Grayscale: #313131. Windows color (decimal): -9038576 or 1054070. OLE color: 1054070.

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

Color convert

RGB 118 21 16 -
CMYK 0 0.82 0.86 0.54
HSL 2.94º 0.76% 0.26% -
HSV(B) 2.94º 0.86% 0.46% -
XYZ 7.83 4.43 0.93 -
YUV 49.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 118 21 16 0 0.82 0.86 0.54 2.94 0.76 0.26
Hex 76 15 10 0 52 56 36 3 4C 1A
Octal 166 25 20 0 122 126 66 3 114 32
Binary 1110110 10101 10000 0 1010010 1010110 110110 11 1001100 11010

Color Harmonies of #761510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761510

Black with #761510

Text Example


Text Example

White with #761510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761510; }

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

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

background-color css

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

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

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

border-color css

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

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

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