Html Css Color HEX #95190C Falu Red

📋 copy color: '#95190C'

red 149 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #95190C

Tints of Falu Red #95190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 12 (5.08% from 255) = 6.45%

R = 80.11%
G = 13.44%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95190C (or 0x95190C) is known color: Falu Red. HEX triplet: 95, 19 and 0C. RGB value is (149,25,12). Sum of RGB (Red+Green+Blue) = 149+25+12=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #95190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95190C is #6AE6F3. Grayscale: #3C3C3C. Windows color (decimal): -7005940 or 792981. OLE color: 792981.

HSL color Cylindrical-coordinate representation of color #95190C: hue angle of 5.69º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95190C is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 12 -
CMYK 0 0.83 0.92 0.42
HSL 5.69º 0.85% 0.32% -
HSV(B) 5.69º 0.92% 0.58% -
XYZ 12.81 7.11 1.05 -
YUV 60.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 149 25 12 0 0.83 0.92 0.42 5.69 0.85 0.32
Hex 95 19 C 0 53 5C 2A 6 55 20
Octal 225 31 14 0 123 134 52 6 125 40
Binary 10010101 11001 1100 0 1010011 1011100 101010 110 1010101 100000

Color Harmonies of #95190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95190C

Black with #95190C

Text Example


Text Example

White with #95190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95190C; }

 p { color: rgb(149,25,12); }

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

background-color css

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

 a { background-color: rgb(149,25,12); }

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

border-color css

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

 span { border-color: rgb(149,25,12); }

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