Html Css Color HEX #911B0B Falu Red

📋 copy color: '#911B0B'

red 145 ◦ green 27 ◦ blue 11

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

Shades of Falu Red #911B0B

Tints of Falu Red #911B0B

RGB

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

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

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

R = 79.23%
G = 14.75%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#911B0B (or 0x911B0B) is known color: Falu Red. HEX triplet: 91, 1B and 0B. RGB value is (145,27,11). Sum of RGB (Red+Green+Blue) = 145+27+11=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #911B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911B0B is #6EE4F4. Grayscale: #3C3C3C. Windows color (decimal): -7267573 or 727953. OLE color: 727953.

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

Color convert

RGB 145 27 11 -
CMYK 0 0.81 0.92 0.43
HSL 7.16º 0.86% 0.31% -
HSV(B) 7.16º 0.92% 0.57% -
XYZ 12.13 6.83 1 -
YUV 60.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 145 27 11 0 0.81 0.92 0.43 7.16 0.86 0.31
Hex 91 1B B 0 51 5C 2B 7 56 1F
Octal 221 33 13 0 121 134 53 7 126 37
Binary 10010001 11011 1011 0 1010001 1011100 101011 111 1010110 11111

Color Harmonies of #911B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911B0B

Black with #911B0B

Text Example


Text Example

White with #911B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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