Html Css Color HEX #76190A Falu Red

📋 copy color: '#76190A'

red 118 ◦ green 25 ◦ blue 10

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

Shades of Falu Red #76190A

Tints of Falu Red #76190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

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

R = 77.12%
G = 16.34%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76190A (or 0x76190A) is known color: Falu Red. HEX triplet: 76, 19 and 0A. RGB value is (118,25,10). Sum of RGB (Red+Green+Blue) = 118+25+10=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76190A is #89E6F5. Grayscale: #333333. Windows color (decimal): -9037558 or 661878. OLE color: 661878.

HSL color Cylindrical-coordinate representation of color #76190A: hue angle of 8.33º 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 #76190A is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 10 -
CMYK 0 0.79 0.92 0.54
HSL 8.33º 0.84% 0.25% -
HSV(B) 8.33º 0.92% 0.46% -
XYZ 7.87 4.57 0.75 -
YUV 51.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 118 25 10 0 0.79 0.92 0.54 8.33 0.84 0.25
Hex 76 19 A 0 4F 5C 36 8 54 19
Octal 166 31 12 0 117 134 66 10 124 31
Binary 1110110 11001 1010 0 1001111 1011100 110110 1000 1010100 11001

Color Harmonies of #76190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76190A

Black with #76190A

Text Example


Text Example

White with #76190A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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