Html Css Color HEX #76130A Falu Red

📋 copy color: '#76130A'

red 118 ◦ green 19 ◦ blue 10

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

Shades of Falu Red #76130A

Tints of Falu Red #76130A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.8%

R = 80.27%
G = 12.93%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76130A (or 0x76130A) is known color: Falu Red. HEX triplet: 76, 13 and 0A. RGB value is (118,19,10). Sum of RGB (Red+Green+Blue) = 118+19+10=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #76130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76130A is #89ECF5. Grayscale: #2F2F2F. Windows color (decimal): -9039094 or 660342. OLE color: 660342.

HSL color Cylindrical-coordinate representation of color #76130A: hue angle of 5º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76130A is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 10 -
CMYK 0 0.84 0.92 0.54
HSL 0.84% 0.25% -
HSV(B) 0.92% 0.46% -
XYZ 7.76 4.34 0.72 -
YUV 47.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 118 19 10 0 0.84 0.92 0.54 5 0.84 0.25
Hex 76 13 A 0 54 5C 36 5 54 19
Octal 166 23 12 0 124 134 66 5 124 31
Binary 1110110 10011 1010 0 1010100 1011100 110110 101 1010100 11001

Color Harmonies of #76130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76130A

Black with #76130A

Text Example


Text Example

White with #76130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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