#931C0A

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

Shades of Falu Red #931C0A

Tints of Falu Red #931C0A

Color information

#931C0A (or 0x931C0A) is unknown color: approx Falu Red. HEX triplet: 93, 1C and 0A. RGB value is (147,28,10). Sum of RGB (Red+Green+Blue) = 147+28+10=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #931C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931C0A is #6CE3F5. Grayscale: #3D3D3D. Windows color (decimal): -7136246 or 662675. OLE color: 662675.

HSL color Cylindrical-coordinate representation of color #931C0A: hue angle of 7.88º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #931C0A is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1472810-
CMYK00.810.930.42
HSL7.88º87.26%30.78%-
HSV(B)7.88º93.2%57.65%-
XYZ12.57.060.99-
YUV61.5398.92188.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.46%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=79.46%
G=15.14%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147281000.810.930.427.8887.2630.78
Hex931CA0515D2A8571f
Octal22334120121135521012737
Binary100100111110010100101000110111011010101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931C0A; }

 p { color: rgb(147,28,10); }

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

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

 a { background-color: rgb(147,28,10); }

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

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

 span { border-color: rgb(147,28,10); }

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