Html Css Color HEX #941910 Falu Red

📋 copy color: '#941910'

red 148 ◦ green 25 ◦ blue 16

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

Shades of Falu Red #941910

Tints of Falu Red #941910

RGB

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

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

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

R = 78.31%
G = 13.23%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#941910 (or 0x941910) is known color: Falu Red. HEX triplet: 94, 19 and 10. RGB value is (148,25,16). Sum of RGB (Red+Green+Blue) = 148+25+16=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #941910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941910 is #6BE6EF. Grayscale: #3C3C3C. Windows color (decimal): -7071472 or 1055124. OLE color: 1055124.

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

Color convert

RGB 148 25 16 -
CMYK 0 0.83 0.89 0.42
HSL 4.09º 0.8% 0.32% -
HSV(B) 4.09º 0.89% 0.58% -
XYZ 12.65 7.03 1.18 -
YUV 60.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 148 25 16 0 0.83 0.89 0.42 4.09 0.8 0.32
Hex 94 19 10 0 53 59 2A 4 50 20
Octal 224 31 20 0 123 131 52 4 120 40
Binary 10010100 11001 10000 0 1010011 1011001 101010 100 1010000 100000

Color Harmonies of #941910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941910

Black with #941910

Text Example


Text Example

White with #941910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941910; }

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

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

background-color css

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

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

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

border-color css

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

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

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