Html Css Color HEX #76130D Falu Red

📋 copy color: '#76130D'

red 118 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #76130D

Tints of Falu Red #76130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 78.67%
G = 12.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76130D (or 0x76130D) is known color: Falu Red. HEX triplet: 76, 13 and 0D. RGB value is (118,19,13). Sum of RGB (Red+Green+Blue) = 118+19+13=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76130D is #89ECF2. Grayscale: #303030. Windows color (decimal): -9039091 or 856950. OLE color: 856950.

HSL color Cylindrical-coordinate representation of color #76130D: hue angle of 3.43º 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 #76130D is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 13 -
CMYK 0 0.84 0.89 0.54
HSL 3.43º 0.8% 0.26% -
HSV(B) 3.43º 0.89% 0.46% -
XYZ 7.78 4.35 0.81 -
YUV 47.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 118 19 13 0 0.84 0.89 0.54 3.43 0.8 0.26
Hex 76 13 D 0 54 59 36 3 50 1A
Octal 166 23 15 0 124 131 66 3 120 32
Binary 1110110 10011 1101 0 1010100 1011001 110110 11 1010000 11010

Color Harmonies of #76130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76130D

Black with #76130D

Text Example


Text Example

White with #76130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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