#931812

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

Shades of Falu Red #931812

Tints of Falu Red #931812

Color information

#931812 (or 0x931812) is unknown color: approx Falu Red. HEX triplet: 93, 18 and 12. RGB value is (147,24,18). Sum of RGB (Red+Green+Blue) = 147+24+18=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #931812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931812 is #6CE7ED. Grayscale: #3C3C3C. Windows color (decimal): -7137262 or 1185939. OLE color: 1185939.

HSL color Cylindrical-coordinate representation of color #931812: hue angle of 2.79º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931812 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1472418-
CMYK00.840.880.42
HSL2.79º78.18%32.35%-
HSV(B)2.79º87.76%57.65%-
XYZ12.476.91.25-
YUV60.09104.25189.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.78%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=77.78%
G=12.70%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147241800.840.880.422.7978.1832.35
Hex931812054582A34e20
Octal2233022012413052311640
Binary100100111100010010010101001011000101010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931812; }

 p { color: rgb(147,24,18); }

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

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

 a { background-color: rgb(147,24,18); }

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

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

 span { border-color: rgb(147,24,18); }

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