Html Css Color HEX #931906 Falu Red

📋 copy color: '#931906'

red 147 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #931906

Tints of Falu Red #931906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 82.58%
G = 14.04%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#931906 (or 0x931906) is known color: Falu Red. HEX triplet: 93, 19 and 06. RGB value is (147,25,6). Sum of RGB (Red+Green+Blue) = 147+25+6=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #931906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931906 is #6CE6F9. Grayscale: #3B3B3B. Windows color (decimal): -7137018 or 399763. OLE color: 399763.

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

Color convert

RGB 147 25 6 -
CMYK 0 0.83 0.96 0.42
HSL 8.09º 0.92% 0.3% -
HSV(B) 8.09º 0.96% 0.58% -
XYZ 12.41 6.91 0.85 -
YUV 59.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 147 25 6 0 0.83 0.96 0.42 8.09 0.92 0.3
Hex 93 19 6 0 53 60 2A 8 5C 1E
Octal 223 31 6 0 123 140 52 10 134 36
Binary 10010011 11001 110 0 1010011 1100000 101010 1000 1011100 11110

Color Harmonies of #931906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931906

Black with #931906

Text Example


Text Example

White with #931906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931906; }

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

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

background-color css

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

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

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

border-color css

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

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

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