Html Css Color HEX #94160D Falu Red

📋 copy color: '#94160D'

red 148 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #94160D

Tints of Falu Red #94160D

RGB

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

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

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

R = 80.87%
G = 12.02%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94160D (or 0x94160D) is known color: Falu Red. HEX triplet: 94, 16 and 0D. RGB value is (148,22,13). Sum of RGB (Red+Green+Blue) = 148+22+13=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #94160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94160D is #6BE9F2. Grayscale: #3A3A3A. Windows color (decimal): -7072243 or 857748. OLE color: 857748.

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

Color convert

RGB 148 22 13 -
CMYK 0 0.85 0.91 0.42
HSL 0.84% 0.32% -
HSV(B) 0.91% 0.58% -
XYZ 12.57 6.9 1.05 -
YUV 58.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 148 22 13 0 0.85 0.91 0.42 4 0.84 0.32
Hex 94 16 D 0 55 5B 2A 4 54 20
Octal 224 26 15 0 125 133 52 4 124 40
Binary 10010100 10110 1101 0 1010101 1011011 101010 100 1010100 100000

Color Harmonies of #94160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94160D

Black with #94160D

Text Example


Text Example

White with #94160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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