#912302

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

Shades of Falu Red #912302

Tints of Falu Red #912302

Color information

#912302 (or 0x912302) is unknown color: approx Falu Red. HEX triplet: 91, 23 and 02. RGB value is (145,35,2). Sum of RGB (Red+Green+Blue) = 145+35+2=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #912302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912302 is #6EDCFD. Grayscale: #404040. Windows color (decimal): -7265534 or 140177. OLE color: 140177.

HSL color Cylindrical-coordinate representation of color #912302: hue angle of 13.85º 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 #912302 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB145352-
CMYK00.760.990.43
HSL13.85º97.28%28.82%-
HSV(B)13.85º98.62%56.86%-
XYZ12.297.230.8-
YUV64.1392.94185.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.67%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=79.67%
G=19.23%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14535200.760.990.4313.8597.2828.82
Hex9123204C632Be611d
Octal2214320114143531614135
Binary10010001100011100100110011000111010111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912302; }

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

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

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

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

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

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

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

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