Html Css Color HEX #951510 Falu Red

📋 copy color: '#951510'

red 149 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #951510

Tints of Falu Red #951510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 80.11%
G = 11.29%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951510 (or 0x951510) is known color: Falu Red. HEX triplet: 95, 15 and 10. RGB value is (149,21,16). Sum of RGB (Red+Green+Blue) = 149+21+16=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951510 is #6AEAEF. Grayscale: #3A3A3A. Windows color (decimal): -7006960 or 1054101. OLE color: 1054101.

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

Color convert

RGB 149 21 16 -
CMYK 0 0.86 0.89 0.42
HSL 2.26º 0.81% 0.32% -
HSV(B) 2.26º 0.89% 0.58% -
XYZ 12.76 6.96 1.16 -
YUV 58.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 149 21 16 0 0.86 0.89 0.42 2.26 0.81 0.32
Hex 95 15 10 0 56 59 2A 2 51 20
Octal 225 25 20 0 126 131 52 2 121 40
Binary 10010101 10101 10000 0 1010110 1011001 101010 10 1010001 100000

Color Harmonies of #951510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951510

Black with #951510

Text Example


Text Example

White with #951510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951510; }

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

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

background-color css

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

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

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

border-color css

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

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

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