#912102

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

Shades of Falu Red #912102

Tints of Falu Red #912102

Color information

#912102 (or 0x912102) is unknown color: approx Falu Red. HEX triplet: 91, 21 and 02. RGB value is (145,33,2). Sum of RGB (Red+Green+Blue) = 145+33+2=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #912102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912102 is #6EDEFD. Grayscale: #3F3F3F. Windows color (decimal): -7266046 or 139665. OLE color: 139665.

HSL color Cylindrical-coordinate representation of color #912102: hue angle of 13.01º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #912102 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB145332-
CMYK00.770.990.43
HSL13.01º97.28%28.82%-
HSV(B)13.01º98.62%56.86%-
XYZ12.237.110.79-
YUV62.9593.61186.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 80.56%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=80.56%
G=18.33%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14533200.770.990.4313.0197.2828.82
Hex9121204D632Bd611d
Octal2214120115143531514135
Binary10010001100001100100110111000111010111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912102; }

 p { color: rgb(145,33,2); }

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

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

 a { background-color: rgb(145,33,2); }

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

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

 span { border-color: rgb(145,33,2); }

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