Html Css Color HEX #951410 Falu Red

📋 copy color: '#951410'

red 149 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #951410

Tints of Falu Red #951410

RGB

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

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

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

R = 80.54%
G = 10.81%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951410 (or 0x951410) is known color: Falu Red. HEX triplet: 95, 14 and 10. RGB value is (149,20,16). Sum of RGB (Red+Green+Blue) = 149+20+16=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #951410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951410 is #6AEBEF. Grayscale: #3A3A3A. Windows color (decimal): -7007216 or 1053845. OLE color: 1053845.

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

Color convert

RGB 149 20 16 -
CMYK 0 0.87 0.89 0.42
HSL 1.8º 0.81% 0.32% -
HSV(B) 1.8º 0.89% 0.58% -
XYZ 12.74 6.93 1.16 -
YUV 58.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 149 20 16 0 0.87 0.89 0.42 1.8 0.81 0.32
Hex 95 14 10 0 57 59 2A 2 51 20
Octal 225 24 20 0 127 131 52 2 121 40
Binary 10010101 10100 10000 0 1010111 1011001 101010 10 1010001 100000

Color Harmonies of #951410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951410

Black with #951410

Text Example


Text Example

White with #951410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951410; }

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

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

background-color css

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

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

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

border-color css

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

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

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