Html Css Color HEX #91150B Falu Red

📋 copy color: '#91150B'

red 145 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #91150B

Tints of Falu Red #91150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 81.92%
G = 11.86%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91150B (or 0x91150B) is known color: Falu Red. HEX triplet: 91, 15 and 0B. RGB value is (145,21,11). Sum of RGB (Red+Green+Blue) = 145+21+11=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #91150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91150B is #6EEAF4. Grayscale: #393939. Windows color (decimal): -7269109 or 726417. OLE color: 726417.

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

Color convert

RGB 145 21 11 -
CMYK 0 0.86 0.92 0.43
HSL 4.48º 0.86% 0.31% -
HSV(B) 4.48º 0.92% 0.57% -
XYZ 12.01 6.58 0.95 -
YUV 56.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 145 21 11 0 0.86 0.92 0.43 4.48 0.86 0.31
Hex 91 15 B 0 56 5C 2B 4 56 1F
Octal 221 25 13 0 126 134 53 4 126 37
Binary 10010001 10101 1011 0 1010110 1011100 101011 100 1010110 11111

Color Harmonies of #91150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91150B

Black with #91150B

Text Example


Text Example

White with #91150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91150B; }

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

 H1.HeaderClassName
 {
   color: #91150B;
 }
 .AnyTagClassName
 {
   color: #91150B;
 }
</style>

background-color css

<style>
 a { background-color: #91150B; }

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

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

border-color css

<style>
 span { border-color: #91150B; }

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

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