Html Css Color HEX #761615 Falu Red

📋 copy color: '#761615'

red 118 ◦ green 22 ◦ blue 21

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

Shades of Falu Red #761615

Tints of Falu Red #761615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 73.29%
G = 13.66%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#761615 (or 0x761615) is known color: Falu Red. HEX triplet: 76, 16 and 15. RGB value is (118,22,21). Sum of RGB (Red+Green+Blue) = 118+22+21=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #761615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761615 is #89E9EA. Grayscale: #323232. Windows color (decimal): -9038315 or 1382006. OLE color: 1382006.

HSL color Cylindrical-coordinate representation of color #761615: hue angle of 0.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761615 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 21 -
CMYK 0 0.81 0.82 0.54
HSL 0.62º 0.7% 0.27% -
HSV(B) 0.62º 0.82% 0.46% -
XYZ 7.89 4.48 1.16 -
YUV 50.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 118 22 21 0 0.81 0.82 0.54 0.62 0.7 0.27
Hex 76 16 15 0 51 52 36 1 46 1B
Octal 166 26 25 0 121 122 66 1 106 33
Binary 1110110 10110 10101 0 1010001 1010010 110110 1 1000110 11011

Color Harmonies of #761615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761615

Black with #761615

Text Example


Text Example

White with #761615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761615; }

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

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

background-color css

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

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

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

border-color css

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

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

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