Html Css Color HEX #95110F Falu Red

📋 copy color: '#95110F'

red 149 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #95110F

Tints of Falu Red #95110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 82.32%
G = 9.39%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95110F (or 0x95110F) is known color: Falu Red. HEX triplet: 95, 11 and 0F. RGB value is (149,17,15). Sum of RGB (Red+Green+Blue) = 149+17+15=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #95110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95110F is #6AEEF0. Grayscale: #383838. Windows color (decimal): -7007985 or 987541. OLE color: 987541.

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

Color convert

RGB 149 17 15 -
CMYK 0 0.89 0.90 0.42
HSL 0.9º 0.82% 0.32% -
HSV(B) 0.9º 0.9% 0.58% -
XYZ 12.68 6.82 1.1 -
YUV 56.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 149 17 15 0 0.89 0.90 0.42 0.9 0.82 0.32
Hex 95 11 F 0 59 5A 2A 1 52 20
Octal 225 21 17 0 131 132 52 1 122 40
Binary 10010101 10001 1111 0 1011001 1011010 101010 1 1010010 100000

Color Harmonies of #95110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95110F

Black with #95110F

Text Example


Text Example

White with #95110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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