Html Css Color HEX #911B06 Falu Red

📋 copy color: '#911B06'

red 145 ◦ green 27 ◦ blue 6

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

Shades of Falu Red #911B06

Tints of Falu Red #911B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.37%

R = 81.46%
G = 15.17%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#911B06 (or 0x911B06) is known color: Falu Red. HEX triplet: 91, 1B and 06. RGB value is (145,27,6). Sum of RGB (Red+Green+Blue) = 145+27+6=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #911B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911B06 is #6EE4F9. Grayscale: #3C3C3C. Windows color (decimal): -7267578 or 400273. OLE color: 400273.

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

Color convert

RGB 145 27 6 -
CMYK 0 0.81 0.96 0.43
HSL 9.06º 0.92% 0.3% -
HSV(B) 9.06º 0.96% 0.57% -
XYZ 12.1 6.82 0.85 -
YUV 59.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 145 27 6 0 0.81 0.96 0.43 9.06 0.92 0.3
Hex 91 1B 6 0 51 60 2B 9 5C 1E
Octal 221 33 6 0 121 140 53 11 134 36
Binary 10010001 11011 110 0 1010001 1100000 101011 1001 1011100 11110

Color Harmonies of #911B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911B06

Black with #911B06

Text Example


Text Example

White with #911B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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