Html Css Color HEX #911B12 Falu Red

📋 copy color: '#911B12'

red 145 ◦ green 27 ◦ blue 18

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

Shades of Falu Red #911B12

Tints of Falu Red #911B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 76.32%
G = 14.21%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#911B12 (or 0x911B12) is known color: Falu Red. HEX triplet: 91, 1B and 12. RGB value is (145,27,18). Sum of RGB (Red+Green+Blue) = 145+27+18=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #911B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911B12 is #6EE4ED. Grayscale: #3D3D3D. Windows color (decimal): -7267566 or 1186705. OLE color: 1186705.

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

Color convert

RGB 145 27 18 -
CMYK 0 0.81 0.88 0.43
HSL 4.25º 0.78% 0.32% -
HSV(B) 4.25º 0.88% 0.57% -
XYZ 12.18 6.85 1.25 -
YUV 61.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 145 27 18 0 0.81 0.88 0.43 4.25 0.78 0.32
Hex 91 1B 12 0 51 58 2B 4 4E 20
Octal 221 33 22 0 121 130 53 4 116 40
Binary 10010001 11011 10010 0 1010001 1011000 101011 100 1001110 100000

Color Harmonies of #911B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911B12

Black with #911B12

Text Example


Text Example

White with #911B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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