Html Css Color HEX #76150D Falu Red

📋 copy color: '#76150D'

red 118 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #76150D

Tints of Falu Red #76150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 77.63%
G = 13.82%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76150D (or 0x76150D) is known color: Falu Red. HEX triplet: 76, 15 and 0D. RGB value is (118,21,13). Sum of RGB (Red+Green+Blue) = 118+21+13=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76150D is #89EAF2. Grayscale: #313131. Windows color (decimal): -9038579 or 857462. OLE color: 857462.

HSL color Cylindrical-coordinate representation of color #76150D: hue angle of 4.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76150D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 13 -
CMYK 0 0.82 0.89 0.54
HSL 4.57º 0.8% 0.26% -
HSV(B) 4.57º 0.89% 0.46% -
XYZ 7.81 4.42 0.82 -
YUV 49.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 118 21 13 0 0.82 0.89 0.54 4.57 0.8 0.26
Hex 76 15 D 0 52 59 36 5 50 1A
Octal 166 25 15 0 122 131 66 5 120 32
Binary 1110110 10101 1101 0 1010010 1011001 110110 101 1010000 11010

Color Harmonies of #76150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76150D

Black with #76150D

Text Example


Text Example

White with #76150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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