Html Css Color HEX #91150F Falu Red

📋 copy color: '#91150F'

red 145 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #91150F

Tints of Falu Red #91150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.29%

R = 80.11%
G = 11.6%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91150F (or 0x91150F) is known color: Falu Red. HEX triplet: 91, 15 and 0F. RGB value is (145,21,15). Sum of RGB (Red+Green+Blue) = 145+21+15=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #91150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91150F is #6EEAF0. Grayscale: #393939. Windows color (decimal): -7269105 or 988561. OLE color: 988561.

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

Color convert

RGB 145 21 15 -
CMYK 0 0.86 0.90 0.43
HSL 2.77º 0.81% 0.31% -
HSV(B) 2.77º 0.9% 0.57% -
XYZ 12.03 6.59 1.09 -
YUV 57.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 145 21 15 0 0.86 0.90 0.43 2.77 0.81 0.31
Hex 91 15 F 0 56 5A 2B 3 51 1F
Octal 221 25 17 0 126 132 53 3 121 37
Binary 10010001 10101 1111 0 1010110 1011010 101011 11 1010001 11111

Color Harmonies of #91150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91150F

Black with #91150F

Text Example


Text Example

White with #91150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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