#932306

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

Shades of Falu Red #932306

Tints of Falu Red #932306

Color information

#932306 (or 0x932306) is unknown color: approx Falu Red. HEX triplet: 93, 23 and 06. RGB value is (147,35,6). Sum of RGB (Red+Green+Blue) = 147+35+6=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932306 is #6CDCF9. Grayscale: #414141. Windows color (decimal): -7134458 or 402323. OLE color: 402323.

HSL color Cylindrical-coordinate representation of color #932306: hue angle of 12.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #932306 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB147356-
CMYK00.760.960.42
HSL12.34º92.16%30%-
HSV(B)12.34º95.92%57.65%-
XYZ12.677.420.94-
YUV65.1894.61186.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 6 (2.73% from 255) = 3.19%
R=78.19%
G=18.62%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14735600.760.960.4212.3492.1630
Hex9323604C602Ac5c1e
Octal2234360114140521413436
Binary100100111000111100100110011000001010101100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932306; }

 p { color: rgb(147,35,6); }

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

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

 a { background-color: rgb(147,35,6); }

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

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

 span { border-color: rgb(147,35,6); }

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