Html Css Color HEX #91150C Falu Red

📋 copy color: '#91150C'

red 145 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #91150C

Tints of Falu Red #91150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 81.46%
G = 11.8%
B = 6.74%

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

#91150C (or 0x91150C) is known color: Falu Red. HEX triplet: 91, 15 and 0C. RGB value is (145,21,12). Sum of RGB (Red+Green+Blue) = 145+21+12=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #91150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91150C is #6EEAF3. Grayscale: #393939. Windows color (decimal): -7269108 or 791953. OLE color: 791953.

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

Color convert

RGB 145 21 12 -
CMYK 0 0.86 0.92 0.43
HSL 4.06º 0.85% 0.31% -
HSV(B) 4.06º 0.92% 0.57% -
XYZ 12.01 6.58 0.99 -
YUV 57.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 145 21 12 0 0.86 0.92 0.43 4.06 0.85 0.31
Hex 91 15 C 0 56 5C 2B 4 55 1F
Octal 221 25 14 0 126 134 53 4 125 37
Binary 10010001 10101 1100 0 1010110 1011100 101011 100 1010101 11111

Color Harmonies of #91150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91150C

Black with #91150C

Text Example


Text Example

White with #91150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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