#91200D

Color #91200D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #91200D

Tints of Falu Red #91200D

Color information

#91200D (or 0x91200D) is unknown color: approx Falu Red. HEX triplet: 91, 20 and 0D. RGB value is (145,32,13). Sum of RGB (Red+Green+Blue) = 145+32+13=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #91200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91200D is #6EDFF2. Grayscale: #3F3F3F. Windows color (decimal): -7266291 or 860305. OLE color: 860305.

HSL color Cylindrical-coordinate representation of color #91200D: hue angle of 8.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 #91200D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB1453213-
CMYK00.780.910.43
HSL8.64º83.54%30.98%-
HSV(B)8.64º91.03%56.86%-
XYZ12.277.081.1-
YUV63.6299.44186.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=76.32%
G=16.84%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145321300.780.910.438.6483.5430.98
Hex9120D04E5B2B9541f
Octal22140150116133531112437
Binary1001000110000011010100111010110111010111001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91200D;
 }
 .AnyTagClassName
 {
   color: #91200D;
 }
</style>
background-color css

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

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

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

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

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

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