Html Css Color HEX #951513 Falu Red

📋 copy color: '#951513'

red 149 ◦ green 21 ◦ blue 19

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

Shades of Falu Red #951513

Tints of Falu Red #951513

RGB

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

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

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

R = 78.84%
G = 11.11%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951513 (or 0x951513) is known color: Falu Red. HEX triplet: 95, 15 and 13. RGB value is (149,21,19). Sum of RGB (Red+Green+Blue) = 149+21+19=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951513 is #6AEAEC. Grayscale: #3B3B3B. Windows color (decimal): -7006957 or 1250709. OLE color: 1250709.

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

Color convert

RGB 149 21 19 -
CMYK 0 0.86 0.87 0.42
HSL 0.92º 0.77% 0.33% -
HSV(B) 0.92º 0.87% 0.58% -
XYZ 12.78 6.97 1.29 -
YUV 59.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 149 21 19 0 0.86 0.87 0.42 0.92 0.77 0.33
Hex 95 15 13 0 56 57 2A 1 4D 21
Octal 225 25 23 0 126 127 52 1 115 41
Binary 10010101 10101 10011 0 1010110 1010111 101010 1 1001101 100001

Color Harmonies of #951513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951513

Black with #951513

Text Example


Text Example

White with #951513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951513; }

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

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

background-color css

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

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

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

border-color css

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

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

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