Html Css Color HEX #94170D Falu Red

📋 copy color: '#94170D'

red 148 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #94170D

Tints of Falu Red #94170D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.5%

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 80.43%
G = 12.5%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94170D (or 0x94170D) is known color: Falu Red. HEX triplet: 94, 17 and 0D. RGB value is (148,23,13). Sum of RGB (Red+Green+Blue) = 148+23+13=184 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.43% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 148 - color contains mainly: red. Hex color #94170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94170D is #6BE8F2. Grayscale: #3B3B3B. Windows color (decimal): -7071987 or 858004. OLE color: 858004.

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

Color convert

RGB 148 23 13 -
CMYK 0 0.84 0.91 0.42
HSL 4.44º 0.84% 0.32% -
HSV(B) 4.44º 0.91% 0.58% -
XYZ 12.59 6.94 1.06 -
YUV 59.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 148 23 13 0 0.84 0.91 0.42 4.44 0.84 0.32
Hex 94 17 D 0 54 5B 2A 4 54 20
Octal 224 27 15 0 124 133 52 4 124 40
Binary 10010100 10111 1101 0 1010100 1011011 101010 100 1010100 100000

Color Harmonies of #94170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94170D

Black with #94170D

Text Example


Text Example

White with #94170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94170D; }

 p { color: rgb(148,23,13); }

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

background-color css

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

 a { background-color: rgb(148,23,13); }

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

border-color css

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

 span { border-color: rgb(148,23,13); }

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