Html Css Color HEX #951413 Falu Red

📋 copy color: '#951413'

red 149 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #951413

Tints of Falu Red #951413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 79.26%
G = 10.64%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951413 (or 0x951413) is known color: Falu Red. HEX triplet: 95, 14 and 13. RGB value is (149,20,19). Sum of RGB (Red+Green+Blue) = 149+20+19=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951413 is #6AEBEC. Grayscale: #3A3A3A. Windows color (decimal): -7007213 or 1250453. OLE color: 1250453.

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

Color convert

RGB 149 20 19 -
CMYK 0 0.87 0.87 0.42
HSL 0.46º 0.77% 0.33% -
HSV(B) 0.46º 0.87% 0.58% -
XYZ 12.76 6.94 1.28 -
YUV 58.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 149 20 19 0 0.87 0.87 0.42 0.46 0.77 0.33
Hex 95 14 13 0 57 57 2A 0 4D 21
Octal 225 24 23 0 127 127 52 0 115 41
Binary 10010101 10100 10011 0 1010111 1010111 101010 0 1001101 100001

Color Harmonies of #951413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951413

Black with #951413

Text Example


Text Example

White with #951413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951413; }

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

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

background-color css

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

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

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

border-color css

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

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

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