Html Css Color HEX #91160C Falu Red

📋 copy color: '#91160C'

red 145 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #91160C

Tints of Falu Red #91160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.29%

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

R = 81.01%
G = 12.29%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#91160C (or 0x91160C) is known color: Falu Red. HEX triplet: 91, 16 and 0C. RGB value is (145,22,12). Sum of RGB (Red+Green+Blue) = 145+22+12=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91160C is #6EE9F3. Grayscale: #393939. Windows color (decimal): -7268852 or 792209. OLE color: 792209.

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

Color convert

RGB 145 22 12 -
CMYK 0 0.85 0.92 0.43
HSL 4.51º 0.85% 0.31% -
HSV(B) 4.51º 0.92% 0.57% -
XYZ 12.03 6.62 0.99 -
YUV 57.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 145 22 12 0 0.85 0.92 0.43 4.51 0.85 0.31
Hex 91 16 C 0 55 5C 2B 5 55 1F
Octal 221 26 14 0 125 134 53 5 125 37
Binary 10010001 10110 1100 0 1010101 1011100 101011 101 1010101 11111

Color Harmonies of #91160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91160C

Black with #91160C

Text Example


Text Example

White with #91160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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