Html Css Color HEX #95140F Falu Red

📋 copy color: '#95140F'

red 149 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #95140F

Tints of Falu Red #95140F

RGB

 RED value IS 149 (58.59% from 255) = 80.98%

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 80.98%
G = 10.87%
B = 8.15%

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

#95140F (or 0x95140F) is known color: Falu Red. HEX triplet: 95, 14 and 0F. RGB value is (149,20,15). Sum of RGB (Red+Green+Blue) = 149+20+15=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #95140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95140F is #6AEBF0. Grayscale: #3A3A3A. Windows color (decimal): -7007217 or 988309. OLE color: 988309.

HSL color Cylindrical-coordinate representation of color #95140F: hue angle of 2.24º 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 #95140F is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 15 -
CMYK 0 0.87 0.90 0.42
HSL 2.24º 0.82% 0.32% -
HSV(B) 2.24º 0.9% 0.58% -
XYZ 12.73 6.92 1.12 -
YUV 58 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 149 20 15 0 0.87 0.90 0.42 2.24 0.82 0.32
Hex 95 14 F 0 57 5A 2A 2 52 20
Octal 225 24 17 0 127 132 52 2 122 40
Binary 10010101 10100 1111 0 1010111 1011010 101010 10 1010010 100000

Color Harmonies of #95140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95140F

Black with #95140F

Text Example


Text Example

White with #95140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,20,15); }

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

background-color css

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

 a { background-color: rgb(149,20,15); }

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

border-color css

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

 span { border-color: rgb(149,20,15); }

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