Html Css Color HEX #911B10 Falu Red

📋 copy color: '#911B10'

red 145 ◦ green 27 ◦ blue 16

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

Shades of Falu Red #911B10

Tints of Falu Red #911B10

RGB

 RED value IS 145 (57.03% from 255) = 77.13%

 GREEN value IS 27 (10.94% from 255) = 14.36%

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 77.13%
G = 14.36%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#911B10 (or 0x911B10) is known color: Falu Red. HEX triplet: 91, 1B and 10. RGB value is (145,27,16). Sum of RGB (Red+Green+Blue) = 145+27+16=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #911B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911B10 is #6EE4EF. Grayscale: #3D3D3D. Windows color (decimal): -7267568 or 1055633. OLE color: 1055633.

HSL color Cylindrical-coordinate representation of color #911B10: hue angle of 5.12º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911B10 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 27 16 -
CMYK 0 0.81 0.89 0.43
HSL 5.12º 0.8% 0.32% -
HSV(B) 5.12º 0.89% 0.57% -
XYZ 12.16 6.84 1.17 -
YUV 61.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 145 27 16 0 0.81 0.89 0.43 5.12 0.8 0.32
Hex 91 1B 10 0 51 59 2B 5 50 20
Octal 221 33 20 0 121 131 53 5 120 40
Binary 10010001 11011 10000 0 1010001 1011001 101011 101 1010000 100000

Color Harmonies of #911B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911B10

Black with #911B10

Text Example


Text Example

White with #911B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911B10; }

 p { color: rgb(145,27,16); }

 H1.HeaderClassName
 {
   color: #911B10;
 }
 .AnyTagClassName
 {
   color: #911B10;
 }
</style>

background-color css

<style>
 a { background-color: #911B10; }

 a { background-color: rgb(145,27,16); }

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

border-color css

<style>
 span { border-color: #911B10; }

 span { border-color: rgb(145,27,16); }

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