Html Css Color HEX #941610 Falu Red

📋 copy color: '#941610'

red 148 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #941610

Tints of Falu Red #941610

RGB

 RED value IS 148 (58.2% from 255) = 79.57%

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

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

R = 79.57%
G = 11.83%
B = 8.6%

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

#941610 (or 0x941610) is known color: Falu Red. HEX triplet: 94, 16 and 10. RGB value is (148,22,16). Sum of RGB (Red+Green+Blue) = 148+22+16=186 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.57% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 148 - color contains mainly: red. Hex color #941610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941610 is #6BE9EF. Grayscale: #3B3B3B. Windows color (decimal): -7072240 or 1054356. OLE color: 1054356.

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

Color convert

RGB 148 22 16 -
CMYK 0 0.85 0.89 0.42
HSL 2.73º 0.8% 0.32% -
HSV(B) 2.73º 0.89% 0.58% -
XYZ 12.59 6.91 1.16 -
YUV 58.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 148 22 16 0 0.85 0.89 0.42 2.73 0.8 0.32
Hex 94 16 10 0 55 59 2A 3 50 20
Octal 224 26 20 0 125 131 52 3 120 40
Binary 10010100 10110 10000 0 1010101 1011001 101010 11 1010000 100000

Color Harmonies of #941610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941610

Black with #941610

Text Example


Text Example

White with #941610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941610; }

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

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

background-color css

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

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

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

border-color css

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

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

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