Html Css Color HEX #95190D Falu Red

📋 copy color: '#95190D'

red 149 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #95190D

Tints of Falu Red #95190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 79.68%
G = 13.37%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95190D (or 0x95190D) is known color: Falu Red. HEX triplet: 95, 19 and 0D. RGB value is (149,25,13). Sum of RGB (Red+Green+Blue) = 149+25+13=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #95190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95190D is #6AE6F2. Grayscale: #3C3C3C. Windows color (decimal): -7005939 or 858517. OLE color: 858517.

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

Color convert

RGB 149 25 13 -
CMYK 0 0.83 0.91 0.42
HSL 5.29º 0.84% 0.32% -
HSV(B) 5.29º 0.91% 0.58% -
XYZ 12.81 7.11 1.08 -
YUV 60.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 149 25 13 0 0.83 0.91 0.42 5.29 0.84 0.32
Hex 95 19 D 0 53 5B 2A 5 54 20
Octal 225 31 15 0 123 133 52 5 124 40
Binary 10010101 11001 1101 0 1010011 1011011 101010 101 1010100 100000

Color Harmonies of #95190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95190D

Black with #95190D

Text Example


Text Example

White with #95190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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