Html Css Color HEX #951110 Falu Red

📋 copy color: '#951110'

red 149 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #951110

Tints of Falu Red #951110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.79%

R = 81.87%
G = 9.34%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951110 (or 0x951110) is known color: Falu Red. HEX triplet: 95, 11 and 10. RGB value is (149,17,16). Sum of RGB (Red+Green+Blue) = 149+17+16=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #951110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951110 is #6AEEEF. Grayscale: #383838. Windows color (decimal): -7007984 or 1053077. OLE color: 1053077.

HSL color Cylindrical-coordinate representation of color #951110: hue angle of 0.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951110 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 16 -
CMYK 0 0.89 0.89 0.42
HSL 0.45º 0.81% 0.32% -
HSV(B) 0.45º 0.89% 0.58% -
XYZ 12.69 6.83 1.14 -
YUV 56.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 149 17 16 0 0.89 0.89 0.42 0.45 0.81 0.32
Hex 95 11 10 0 59 59 2A 0 51 20
Octal 225 21 20 0 131 131 52 0 121 40
Binary 10010101 10001 10000 0 1011001 1011001 101010 0 1010001 100000

Color Harmonies of #951110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951110

Black with #951110

Text Example


Text Example

White with #951110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951110; }

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

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

background-color css

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

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

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

border-color css

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

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

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