Html Css Color HEX #932009 Falu Red

📋 copy color: '#932009'

red 147 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #932009

Tints of Falu Red #932009

RGB

 RED value IS 147 (57.81% from 255) = 78.19%

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

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

R = 78.19%
G = 17.02%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#932009 (or 0x932009) is known color: Falu Red. HEX triplet: 93, 20 and 09. RGB value is (147,32,9). Sum of RGB (Red+Green+Blue) = 147+32+9=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932009 is #6CDFF6. Grayscale: #3F3F3F. Windows color (decimal): -7135223 or 598163. OLE color: 598163.

HSL color Cylindrical-coordinate representation of color #932009: hue angle of 10º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #932009 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 9 -
CMYK 0 0.78 0.94 0.42
HSL 10º 0.88% 0.31% -
HSV(B) 10º 0.94% 0.58% -
XYZ 12.6 7.26 0.99 -
YUV 63.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 147 32 9 0 0.78 0.94 0.42 10 0.88 0.31
Hex 93 20 9 0 4E 5E 2A A 58 1F
Octal 223 40 11 0 116 136 52 12 130 37
Binary 10010011 100000 1001 0 1001110 1011110 101010 1010 1011000 11111

Color Harmonies of #932009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932009

Black with #932009

Text Example


Text Example

White with #932009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932009; }

 p { color: rgb(147,32,9); }

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

background-color css

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

 a { background-color: rgb(147,32,9); }

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

border-color css

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

 span { border-color: rgb(147,32,9); }

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