Html Css Color HEX #922301 Falu Red

📋 copy color: '#922301'

red 146 ◦ green 35 ◦ blue 1

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

Shades of Falu Red #922301

Tints of Falu Red #922301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 80.22%
G = 19.23%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#922301 (or 0x922301) is known color: Falu Red. HEX triplet: 92, 23 and 01. RGB value is (146,35,1). Sum of RGB (Red+Green+Blue) = 146+35+1=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #922301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922301 is #6DDCFE. Grayscale: #404040. Windows color (decimal): -7199999 or 74642. OLE color: 74642.

HSL color Cylindrical-coordinate representation of color #922301: hue angle of 14.07º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #922301 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 35 1 -
CMYK 0 0.76 0.99 0.43
HSL 14.07º 0.99% 0.29% -
HSV(B) 14.07º 0.99% 0.57% -
XYZ 12.46 7.32 0.78 -
YUV 64.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 146 35 1 0 0.76 0.99 0.43 14.07 0.99 0.29
Hex 92 23 1 0 4C 63 2B E 63 1D
Octal 222 43 1 0 114 143 53 16 143 35
Binary 10010010 100011 1 0 1001100 1100011 101011 1110 1100011 11101

Color Harmonies of #922301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922301

Black with #922301

Text Example


Text Example

White with #922301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922301; }

 p { color: rgb(146,35,1); }

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

background-color css

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

 a { background-color: rgb(146,35,1); }

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

border-color css

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

 span { border-color: rgb(146,35,1); }

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