#931E01

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

Shades of Falu Red #931E01

Tints of Falu Red #931E01

Color information

#931E01 (or 0x931E01) is unknown color: approx Falu Red. HEX triplet: 93, 1E and 01. RGB value is (147,30,1). Sum of RGB (Red+Green+Blue) = 147+30+1=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #931E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E01 is #6CE1FE. Grayscale: #3D3D3D. Windows color (decimal): -7135743 or 73363. OLE color: 73363.

HSL color Cylindrical-coordinate representation of color #931E01: hue angle of 11.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #931E01 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB147301-
CMYK00.800.990.42
HSL11.92º98.65%29.02%-
HSV(B)11.92º99.32%57.65%-
XYZ12.57.130.75-
YUV61.6893.76188.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.58%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=82.58%
G=16.85%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14730100.800.990.4211.9298.6529.02
Hex931E1050632Ac631d
Octal2233610120143521414335
Binary100100111111010101000011000111010101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,30,1); }

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

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

 a { background-color: rgb(147,30,1); }

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

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

 span { border-color: rgb(147,30,1); }

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