Html Css Color HEX #91140F Falu Red

📋 copy color: '#91140F'

red 145 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #91140F

Tints of Falu Red #91140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 80.56%
G = 11.11%
B = 8.33%

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

#91140F (or 0x91140F) is known color: Falu Red. HEX triplet: 91, 14 and 0F. RGB value is (145,20,15). Sum of RGB (Red+Green+Blue) = 145+20+15=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #91140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91140F is #6EEBF0. Grayscale: #383838. Windows color (decimal): -7269361 or 988305. OLE color: 988305.

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

Color convert

RGB 145 20 15 -
CMYK 0 0.86 0.90 0.43
HSL 2.31º 0.81% 0.31% -
HSV(B) 2.31º 0.9% 0.57% -
XYZ 12.01 6.55 1.08 -
YUV 56.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 145 20 15 0 0.86 0.90 0.43 2.31 0.81 0.31
Hex 91 14 F 0 56 5A 2B 2 51 1F
Octal 221 24 17 0 126 132 53 2 121 37
Binary 10010001 10100 1111 0 1010110 1011010 101011 10 1010001 11111

Color Harmonies of #91140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91140F

Black with #91140F

Text Example


Text Example

White with #91140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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