Html Css Color HEX #911C0B Falu Red

📋 copy color: '#911C0B'

red 145 ◦ green 28 ◦ blue 11

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

Shades of Falu Red #911C0B

Tints of Falu Red #911C0B

RGB

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

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

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

R = 78.8%
G = 15.22%
B = 5.98%

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

#911C0B (or 0x911C0B) is known color: Falu Red. HEX triplet: 91, 1C and 0B. RGB value is (145,28,11). Sum of RGB (Red+Green+Blue) = 145+28+11=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #911C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C0B is #6EE3F4. Grayscale: #3D3D3D. Windows color (decimal): -7267317 or 728209. OLE color: 728209.

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

Color convert

RGB 145 28 11 -
CMYK 0 0.81 0.92 0.43
HSL 7.61º 0.86% 0.31% -
HSV(B) 7.61º 0.92% 0.57% -
XYZ 12.15 6.87 1 -
YUV 61.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 145 28 11 0 0.81 0.92 0.43 7.61 0.86 0.31
Hex 91 1C B 0 51 5C 2B 8 56 1F
Octal 221 34 13 0 121 134 53 10 126 37
Binary 10010001 11100 1011 0 1010001 1011100 101011 1000 1010110 11111

Color Harmonies of #911C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C0B

Black with #911C0B

Text Example


Text Example

White with #911C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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