Html Css Color HEX #761A15 Falu Red

📋 copy color: '#761A15'

red 118 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #761A15

Tints of Falu Red #761A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.76%

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

R = 71.52%
G = 15.76%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#761A15 (or 0x761A15) is known color: Falu Red. HEX triplet: 76, 1A and 15. RGB value is (118,26,21). Sum of RGB (Red+Green+Blue) = 118+26+21=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #761A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A15 is #89E5EA. Grayscale: #353535. Windows color (decimal): -9037291 or 1383030. OLE color: 1383030.

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

Color convert

RGB 118 26 21 -
CMYK 0 0.78 0.82 0.54
HSL 3.09º 0.7% 0.27% -
HSV(B) 3.09º 0.82% 0.46% -
XYZ 7.98 4.64 1.19 -
YUV 52.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 118 26 21 0 0.78 0.82 0.54 3.09 0.7 0.27
Hex 76 1A 15 0 4E 52 36 3 46 1B
Octal 166 32 25 0 116 122 66 3 106 33
Binary 1110110 11010 10101 0 1001110 1010010 110110 11 1000110 11011

Color Harmonies of #761A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A15

Black with #761A15

Text Example


Text Example

White with #761A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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