Html Css Color HEX #922601 Falu Red

📋 copy color: '#922601'

red 146 ◦ green 38 ◦ blue 1

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

Shades of Falu Red #922601

Tints of Falu Red #922601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 78.92%
G = 20.54%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#922601 (or 0x922601) is known color: Falu Red. HEX triplet: 92, 26 and 01. RGB value is (146,38,1). Sum of RGB (Red+Green+Blue) = 146+38+1=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #922601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922601 is #6DD9FE. Grayscale: #424242. Windows color (decimal): -7199231 or 75410. OLE color: 75410.

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

Color convert

RGB 146 38 1 -
CMYK 0 0.74 0.99 0.43
HSL 15.31º 0.99% 0.29% -
HSV(B) 15.31º 0.99% 0.57% -
XYZ 12.55 7.5 0.81 -
YUV 66.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 146 38 1 0 0.74 0.99 0.43 15.31 0.99 0.29
Hex 92 26 1 0 4A 63 2B F 63 1D
Octal 222 46 1 0 112 143 53 17 143 35
Binary 10010010 100110 1 0 1001010 1100011 101011 1111 1100011 11101

Color Harmonies of #922601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922601

Black with #922601

Text Example


Text Example

White with #922601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922601; }

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

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

background-color css

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

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

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

border-color css

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

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

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