Html Css Color HEX #95160F Falu Red

📋 copy color: '#95160F'

red 149 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #95160F

Tints of Falu Red #95160F

RGB

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

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

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

R = 80.11%
G = 11.83%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95160F (or 0x95160F) is known color: Falu Red. HEX triplet: 95, 16 and 0F. RGB value is (149,22,15). Sum of RGB (Red+Green+Blue) = 149+22+15=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #95160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95160F is #6AE9F0. Grayscale: #3B3B3B. Windows color (decimal): -7006705 or 988821. OLE color: 988821.

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

Color convert

RGB 149 22 15 -
CMYK 0 0.85 0.90 0.42
HSL 3.13º 0.82% 0.32% -
HSV(B) 3.13º 0.9% 0.58% -
XYZ 12.77 7 1.13 -
YUV 59.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 149 22 15 0 0.85 0.90 0.42 3.13 0.82 0.32
Hex 95 16 F 0 55 5A 2A 3 52 20
Octal 225 26 17 0 125 132 52 3 122 40
Binary 10010101 10110 1111 0 1010101 1011010 101010 11 1010010 100000

Color Harmonies of #95160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95160F

Black with #95160F

Text Example


Text Example

White with #95160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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