Html Css Color HEX #932006 Falu Red

📋 copy color: '#932006'

red 147 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #932006

Tints of Falu Red #932006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 79.46%
G = 17.3%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#932006 (or 0x932006) is known color: Falu Red. HEX triplet: 93, 20 and 06. RGB value is (147,32,6). Sum of RGB (Red+Green+Blue) = 147+32+6=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #932006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932006 is #6CDFF9. Grayscale: #3F3F3F. Windows color (decimal): -7135226 or 401555. OLE color: 401555.

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

Color convert

RGB 147 32 6 -
CMYK 0 0.78 0.96 0.42
HSL 11.06º 0.92% 0.3% -
HSV(B) 11.06º 0.96% 0.58% -
XYZ 12.58 7.25 0.91 -
YUV 63.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 147 32 6 0 0.78 0.96 0.42 11.06 0.92 0.3
Hex 93 20 6 0 4E 60 2A B 5C 1E
Octal 223 40 6 0 116 140 52 13 134 36
Binary 10010011 100000 110 0 1001110 1100000 101010 1011 1011100 11110

Color Harmonies of #932006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932006

Black with #932006

Text Example


Text Example

White with #932006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932006; }

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

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

background-color css

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

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

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

border-color css

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

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

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