Html Css Color HEX #91150D Falu Red

📋 copy color: '#91150D'

red 145 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #91150D

Tints of Falu Red #91150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 81.01%
G = 11.73%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91150D (or 0x91150D) is known color: Falu Red. HEX triplet: 91, 15 and 0D. RGB value is (145,21,13). Sum of RGB (Red+Green+Blue) = 145+21+13=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91150D is #6EEAF2. Grayscale: #393939. Windows color (decimal): -7269107 or 857489. OLE color: 857489.

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

Color convert

RGB 145 21 13 -
CMYK 0 0.86 0.91 0.43
HSL 3.64º 0.84% 0.31% -
HSV(B) 3.64º 0.91% 0.57% -
XYZ 12.02 6.59 1.02 -
YUV 57.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 145 21 13 0 0.86 0.91 0.43 3.64 0.84 0.31
Hex 91 15 D 0 56 5B 2B 4 54 1F
Octal 221 25 15 0 126 133 53 4 124 37
Binary 10010001 10101 1101 0 1010110 1011011 101011 100 1010100 11111

Color Harmonies of #91150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91150D

Black with #91150D

Text Example


Text Example

White with #91150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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