Html Css Color HEX #921C09 Falu Red

📋 copy color: '#921C09'

red 146 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #921C09

Tints of Falu Red #921C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

 BLUE value IS 9 (3.91% from 255) = 4.92%

R = 79.78%
G = 15.3%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#921C09 (or 0x921C09) is known color: Falu Red. HEX triplet: 92, 1C and 09. RGB value is (146,28,9). Sum of RGB (Red+Green+Blue) = 146+28+9=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #921C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C09 is #6DE3F6. Grayscale: #3D3D3D. Windows color (decimal): -7201783 or 597138. OLE color: 597138.

HSL color Cylindrical-coordinate representation of color #921C09: hue angle of 8.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #921C09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 28 9 -
CMYK 0 0.81 0.94 0.43
HSL 8.32º 0.88% 0.3% -
HSV(B) 8.32º 0.94% 0.57% -
XYZ 12.32 6.96 0.95 -
YUV 61.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 146 28 9 0 0.81 0.94 0.43 8.32 0.88 0.3
Hex 92 1C 9 0 51 5E 2B 8 58 1E
Octal 222 34 11 0 121 136 53 10 130 36
Binary 10010010 11100 1001 0 1010001 1011110 101011 1000 1011000 11110

Color Harmonies of #921C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921C09

Black with #921C09

Text Example


Text Example

White with #921C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921C09; }

 p { color: rgb(146,28,9); }

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

background-color css

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

 a { background-color: rgb(146,28,9); }

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

border-color css

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

 span { border-color: rgb(146,28,9); }

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