#992400

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

Shades of Falu Red #992400

Tints of Falu Red #992400

Color information

#992400 (or 0x992400) is unknown color: approx Falu Red. HEX triplet: 99, 24 and 00. RGB value is (153,36,0). Sum of RGB (Red+Green+Blue) = 153+36+0=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #992400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992400 is #66DBFF. Grayscale: #434343. Windows color (decimal): -6740992 or 9369. OLE color: 9369.

HSL color Cylindrical-coordinate representation of color #992400: hue angle of 14.12º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #992400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153360-
CMYK00.7610.4
HSL14.12º100%30%-
HSV(B)14.12º100%60%-
XYZ13.778.030.83-
YUV66.8890.26189.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.95%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.95%
G=19.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15336000.7610.414.1210030
Hex9924004C6428e641e
Octal2314400114144501614436
Binary1001100110010000100110011001001010001110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992400; }

 p { color: rgb(153,36,0); }

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

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

 a { background-color: rgb(153,36,0); }

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

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

 span { border-color: rgb(153,36,0); }

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