Html Css Color HEX #761715 Falu Red

📋 copy color: '#761715'

red 118 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #761715

Tints of Falu Red #761715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 72.84%
G = 14.2%
B = 12.96%

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

#761715 (or 0x761715) is known color: Falu Red. HEX triplet: 76, 17 and 15. RGB value is (118,23,21). Sum of RGB (Red+Green+Blue) = 118+23+21=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #761715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761715 is #89E8EA. Grayscale: #333333. Windows color (decimal): -9038059 or 1382262. OLE color: 1382262.

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

Color convert

RGB 118 23 21 -
CMYK 0 0.81 0.82 0.54
HSL 1.24º 0.7% 0.27% -
HSV(B) 1.24º 0.82% 0.46% -
XYZ 7.91 4.52 1.16 -
YUV 51.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 118 23 21 0 0.81 0.82 0.54 1.24 0.7 0.27
Hex 76 17 15 0 51 52 36 1 46 1B
Octal 166 27 25 0 121 122 66 1 106 33
Binary 1110110 10111 10101 0 1010001 1010010 110110 1 1000110 11011

Color Harmonies of #761715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761715

Black with #761715

Text Example


Text Example

White with #761715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761715; }

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

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

background-color css

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

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

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

border-color css

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

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

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