Html Css Color HEX #922005 Falu Red

📋 copy color: '#922005'

red 146 ◦ green 32 ◦ blue 5

#922005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #922005

Tints of Falu Red #922005

RGB

 RED value IS 146 (57.42% from 255) = 79.78%

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 79.78%
G = 17.49%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#922005 (or 0x922005) is known color: Falu Red. HEX triplet: 92, 20 and 05. RGB value is (146,32,5). Sum of RGB (Red+Green+Blue) = 146+32+5=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #922005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922005 is #6DDFFA. Grayscale: #3F3F3F. Windows color (decimal): -7200763 or 336018. OLE color: 336018.

HSL color Cylindrical-coordinate representation of color #922005: hue angle of 11.49º 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 #922005 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 32 5 -
CMYK 0 0.78 0.97 0.43
HSL 11.49º 0.93% 0.3% -
HSV(B) 11.49º 0.97% 0.57% -
XYZ 12.4 7.15 0.87 -
YUV 63.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 146 32 5 0 0.78 0.97 0.43 11.49 0.93 0.3
Hex 92 20 5 0 4E 61 2B B 5D 1E
Octal 222 40 5 0 116 141 53 13 135 36
Binary 10010010 100000 101 0 1001110 1100001 101011 1011 1011101 11110

Color Harmonies of #922005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922005

Black with #922005

Text Example


Text Example

White with #922005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922005; }

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

 H1.HeaderClassName
 {
   color: #922005;
 }
 .AnyTagClassName
 {
   color: #922005;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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