Html Css Color HEX #951210 Falu Red

📋 copy color: '#951210'

red 149 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #951210

Tints of Falu Red #951210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 81.42%
G = 9.84%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951210 (or 0x951210) is known color: Falu Red. HEX triplet: 95, 12 and 10. RGB value is (149,18,16). Sum of RGB (Red+Green+Blue) = 149+18+16=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #951210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951210 is #6AEDEF. Grayscale: #393939. Windows color (decimal): -7007728 or 1053333. OLE color: 1053333.

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

Color convert

RGB 149 18 16 -
CMYK 0 0.88 0.89 0.42
HSL 0.9º 0.81% 0.32% -
HSV(B) 0.9º 0.89% 0.58% -
XYZ 12.7 6.86 1.14 -
YUV 56.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 149 18 16 0 0.88 0.89 0.42 0.9 0.81 0.32
Hex 95 12 10 0 58 59 2A 1 51 20
Octal 225 22 20 0 130 131 52 1 121 40
Binary 10010101 10010 10000 0 1011000 1011001 101010 1 1010001 100000

Color Harmonies of #951210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951210

Black with #951210

Text Example


Text Example

White with #951210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951210; }

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

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

background-color css

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

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

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

border-color css

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

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

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