Html Css Color HEX #951613 Falu Red

📋 copy color: '#951613'

red 149 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #951613

Tints of Falu Red #951613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 78.42%
G = 11.58%
B = 10%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#951613 (or 0x951613) is known color: Falu Red. HEX triplet: 95, 16 and 13. RGB value is (149,22,19). Sum of RGB (Red+Green+Blue) = 149+22+19=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #951613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951613 is #6AE9EC. Grayscale: #3B3B3B. Windows color (decimal): -7006701 or 1250965. OLE color: 1250965.

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

Color convert

RGB 149 22 19 -
CMYK 0 0.85 0.87 0.42
HSL 1.38º 0.77% 0.33% -
HSV(B) 1.38º 0.87% 0.58% -
XYZ 12.8 7.01 1.29 -
YUV 59.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 149 22 19 0 0.85 0.87 0.42 1.38 0.77 0.33
Hex 95 16 13 0 55 57 2A 1 4D 21
Octal 225 26 23 0 125 127 52 1 115 41
Binary 10010101 10110 10011 0 1010101 1010111 101010 1 1001101 100001

Color Harmonies of #951613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951613

Black with #951613

Text Example


Text Example

White with #951613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951613; }

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

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

background-color css

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

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

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

border-color css

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

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

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