Html Css Color HEX #91100F Falu Red

📋 copy color: '#91100F'

red 145 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #91100F

Tints of Falu Red #91100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

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

R = 82.39%
G = 9.09%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91100F (or 0x91100F) is known color: Falu Red. HEX triplet: 91, 10 and 0F. RGB value is (145,16,15). Sum of RGB (Red+Green+Blue) = 145+16+15=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #91100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91100F is #6EEFF0. Grayscale: #363636. Windows color (decimal): -7270385 or 987281. OLE color: 987281.

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

Color convert

RGB 145 16 15 -
CMYK 0 0.89 0.90 0.43
HSL 0.46º 0.81% 0.31% -
HSV(B) 0.46º 0.9% 0.57% -
XYZ 11.95 6.42 1.06 -
YUV 54.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 145 16 15 0 0.89 0.90 0.43 0.46 0.81 0.31
Hex 91 10 F 0 59 5A 2B 0 51 1F
Octal 221 20 17 0 131 132 53 0 121 37
Binary 10010001 10000 1111 0 1011001 1011010 101011 0 1010001 11111

Color Harmonies of #91100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91100F

Black with #91100F

Text Example


Text Example

White with #91100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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