Html Css Color HEX #94130F Falu Red

📋 copy color: '#94130F'

red 148 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #94130F

Tints of Falu Red #94130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 81.32%
G = 10.44%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94130F (or 0x94130F) is known color: Falu Red. HEX triplet: 94, 13 and 0F. RGB value is (148,19,15). Sum of RGB (Red+Green+Blue) = 148+19+15=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #94130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94130F is #6BECF0. Grayscale: #393939. Windows color (decimal): -7073009 or 988052. OLE color: 988052.

HSL color Cylindrical-coordinate representation of color #94130F: hue angle of 1.8º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94130F is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 19 15 -
CMYK 0 0.87 0.90 0.42
HSL 1.8º 0.82% 0.32% -
HSV(B) 1.8º 0.9% 0.58% -
XYZ 12.53 6.8 1.1 -
YUV 57.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 148 19 15 0 0.87 0.90 0.42 1.8 0.82 0.32
Hex 94 13 F 0 57 5A 2A 2 52 20
Octal 224 23 17 0 127 132 52 2 122 40
Binary 10010100 10011 1111 0 1010111 1011010 101010 10 1010010 100000

Color Harmonies of #94130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94130F

Black with #94130F

Text Example


Text Example

White with #94130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94130F; }

 p { color: rgb(148,19,15); }

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

background-color css

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

 a { background-color: rgb(148,19,15); }

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

border-color css

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

 span { border-color: rgb(148,19,15); }

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