#922405

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

Shades of Falu Red #922405

Tints of Falu Red #922405

Color information

#922405 (or 0x922405) is unknown color: approx Falu Red. HEX triplet: 92, 24 and 05. RGB value is (146,36,5). Sum of RGB (Red+Green+Blue) = 146+36+5=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #922405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922405 is #6DDBFA. Grayscale: #414141. Windows color (decimal): -7199739 or 337042. OLE color: 337042.

HSL color Cylindrical-coordinate representation of color #922405: hue angle of 13.19º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #922405 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB146365-
CMYK00.750.970.43
HSL13.19º93.38%29.61%-
HSV(B)13.19º96.58%57.25%-
XYZ12.517.380.91-
YUV65.3693.94185.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.07%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=78.07%
G=19.25%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14636500.750.970.4313.1993.3829.61
Hex9224504B612Bd5d1e
Octal2224450113141531513536
Binary100100101001001010100101111000011010111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922405; }

 p { color: rgb(146,36,5); }

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

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

 a { background-color: rgb(146,36,5); }

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

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

 span { border-color: rgb(146,36,5); }

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