Html Css Color HEX #761D15 Falu Red

📋 copy color: '#761D15'

red 118 ◦ green 29 ◦ blue 21

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

Shades of Falu Red #761D15

Tints of Falu Red #761D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.26%

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

R = 70.24%
G = 17.26%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#761D15 (or 0x761D15) is known color: Falu Red. HEX triplet: 76, 1D and 15. RGB value is (118,29,21). Sum of RGB (Red+Green+Blue) = 118+29+21=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #761D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D15 is #89E2EA. Grayscale: #363636. Windows color (decimal): -9036523 or 1383798. OLE color: 1383798.

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

Color convert

RGB 118 29 21 -
CMYK 0 0.75 0.82 0.54
HSL 4.95º 0.7% 0.27% -
HSV(B) 4.95º 0.82% 0.46% -
XYZ 8.05 4.78 1.21 -
YUV 54.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 118 29 21 0 0.75 0.82 0.54 4.95 0.7 0.27
Hex 76 1D 15 0 4B 52 36 5 46 1B
Octal 166 35 25 0 113 122 66 5 106 33
Binary 1110110 11101 10101 0 1001011 1010010 110110 101 1000110 11011

Color Harmonies of #761D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D15

Black with #761D15

Text Example


Text Example

White with #761D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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