#931D0A

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

Shades of Falu Red #931D0A

Tints of Falu Red #931D0A

Color information

#931D0A (or 0x931D0A) is unknown color: approx Falu Red. HEX triplet: 93, 1D and 0A. RGB value is (147,29,10). Sum of RGB (Red+Green+Blue) = 147+29+10=186 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.03% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 147 - color contains mainly: red. Hex color #931D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931D0A is #6CE2F5. Grayscale: #3E3E3E. Windows color (decimal): -7135990 or 662931. OLE color: 662931.

HSL color Cylindrical-coordinate representation of color #931D0A: hue angle of 8.32º 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 #931D0A is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1472910-
CMYK00.800.930.42
HSL8.32º87.26%30.78%-
HSV(B)8.32º93.2%57.65%-
XYZ12.537.11-
YUV62.1298.59188.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.03%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=79.03%
G=15.59%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147291000.800.930.428.3287.2630.78
Hex931DA0505D2A8571f
Octal22335120120135521012737
Binary100100111110110100101000010111011010101000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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