Html Css Color HEX #932306 Falu Red

📋 copy color: '#932306'

red 147 ◦ green 35 ◦ blue 6

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

Shades of Falu Red #932306

Tints of Falu Red #932306

RGB

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

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

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

R = 78.19%
G = 18.62%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#932306 (or 0x932306) is known color: Falu Red. HEX triplet: 93, 23 and 06. RGB value is (147,35,6). Sum of RGB (Red+Green+Blue) = 147+35+6=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932306 is #6CDCF9. Grayscale: #414141. Windows color (decimal): -7134458 or 402323. OLE color: 402323.

HSL color Cylindrical-coordinate representation of color #932306: hue angle of 12.34º 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 #932306 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 35 6 -
CMYK 0 0.76 0.96 0.42
HSL 12.34º 0.92% 0.3% -
HSV(B) 12.34º 0.96% 0.58% -
XYZ 12.67 7.42 0.94 -
YUV 65.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 147 35 6 0 0.76 0.96 0.42 12.34 0.92 0.3
Hex 93 23 6 0 4C 60 2A C 5C 1E
Octal 223 43 6 0 114 140 52 14 134 36
Binary 10010011 100011 110 0 1001100 1100000 101010 1100 1011100 11110

Color Harmonies of #932306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932306

Black with #932306

Text Example


Text Example

White with #932306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932306; }

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

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

background-color css

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

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

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

border-color css

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

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

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