Html Css Color HEX #931610 Falu Red

📋 copy color: '#931610'

red 147 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #931610

Tints of Falu Red #931610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 79.46%
G = 11.89%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#931610 (or 0x931610) is known color: Falu Red. HEX triplet: 93, 16 and 10. RGB value is (147,22,16). Sum of RGB (Red+Green+Blue) = 147+22+16=185 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.46% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 147 - color contains mainly: red. Hex color #931610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931610 is #6CE9EF. Grayscale: #3A3A3A. Windows color (decimal): -7137776 or 1054355. OLE color: 1054355.

HSL color Cylindrical-coordinate representation of color #931610: hue angle of 2.75º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931610 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 22 16 -
CMYK 0 0.85 0.89 0.42
HSL 2.75º 0.8% 0.32% -
HSV(B) 2.75º 0.89% 0.58% -
XYZ 12.41 6.81 1.15 -
YUV 58.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 147 22 16 0 0.85 0.89 0.42 2.75 0.8 0.32
Hex 93 16 10 0 55 59 2A 3 50 20
Octal 223 26 20 0 125 131 52 3 120 40
Binary 10010011 10110 10000 0 1010101 1011001 101010 11 1010000 100000

Color Harmonies of #931610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931610

Black with #931610

Text Example


Text Example

White with #931610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931610; }

 p { color: rgb(147,22,16); }

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

background-color css

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

 a { background-color: rgb(147,22,16); }

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

border-color css

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

 span { border-color: rgb(147,22,16); }

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