Html Css Color HEX #76100B Falu Red

📋 copy color: '#76100B'

red 118 ◦ green 16 ◦ blue 11

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

Shades of Falu Red #76100B

Tints of Falu Red #76100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.03%

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 81.38%
G = 11.03%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76100B (or 0x76100B) is known color: Falu Red. HEX triplet: 76, 10 and 0B. RGB value is (118,16,11). Sum of RGB (Red+Green+Blue) = 118+16+11=145 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.38% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 118 - color contains mainly: red. Hex color #76100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76100B is #89EFF4. Grayscale: #2E2E2E. Windows color (decimal): -9039861 or 725110. OLE color: 725110.

HSL color Cylindrical-coordinate representation of color #76100B: hue angle of 2.8º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76100B is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 11 -
CMYK 0 0.86 0.91 0.54
HSL 2.8º 0.83% 0.25% -
HSV(B) 2.8º 0.91% 0.46% -
XYZ 7.72 4.25 0.73 -
YUV 45.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 118 16 11 0 0.86 0.91 0.54 2.8 0.83 0.25
Hex 76 10 B 0 56 5B 36 3 53 19
Octal 166 20 13 0 126 133 66 3 123 31
Binary 1110110 10000 1011 0 1010110 1011011 110110 11 1010011 11001

Color Harmonies of #76100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76100B

Black with #76100B

Text Example


Text Example

White with #76100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76100B; }

 p { color: rgb(118,16,11); }

 H1.HeaderClassName
 {
   color: #76100B;
 }
 .AnyTagClassName
 {
   color: #76100B;
 }
</style>

background-color css

<style>
 a { background-color: #76100B; }

 a { background-color: rgb(118,16,11); }

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

border-color css

<style>
 span { border-color: #76100B; }

 span { border-color: rgb(118,16,11); }

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