Html Css Color HEX #911C10 Falu Red

📋 copy color: '#911C10'

red 145 ◦ green 28 ◦ blue 16

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

Shades of Falu Red #911C10

Tints of Falu Red #911C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.81%

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

R = 76.72%
G = 14.81%
B = 8.47%

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

#911C10 (or 0x911C10) is known color: Falu Red. HEX triplet: 91, 1C and 10. RGB value is (145,28,16). Sum of RGB (Red+Green+Blue) = 145+28+16=189 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.72% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 145 - color contains mainly: red. Hex color #911C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C10 is #6EE3EF. Grayscale: #3D3D3D. Windows color (decimal): -7267312 or 1055889. OLE color: 1055889.

HSL color Cylindrical-coordinate representation of color #911C10: hue angle of 5.58º 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 #911C10 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 28 16 -
CMYK 0 0.81 0.89 0.43
HSL 5.58º 0.8% 0.32% -
HSV(B) 5.58º 0.89% 0.57% -
XYZ 12.19 6.89 1.18 -
YUV 61.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 145 28 16 0 0.81 0.89 0.43 5.58 0.8 0.32
Hex 91 1C 10 0 51 59 2B 6 50 20
Octal 221 34 20 0 121 131 53 6 120 40
Binary 10010001 11100 10000 0 1010001 1011001 101011 110 1010000 100000

Color Harmonies of #911C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C10

Black with #911C10

Text Example


Text Example

White with #911C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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