Html Css Color HEX #95130D Falu Red

📋 copy color: '#95130D'

red 149 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #95130D

Tints of Falu Red #95130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 82.32%
G = 10.5%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95130D (or 0x95130D) is known color: Falu Red. HEX triplet: 95, 13 and 0D. RGB value is (149,19,13). Sum of RGB (Red+Green+Blue) = 149+19+13=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #95130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95130D is #6AECF2. Grayscale: #393939. Windows color (decimal): -7007475 or 856981. OLE color: 856981.

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

Color convert

RGB 149 19 13 -
CMYK 0 0.87 0.91 0.42
HSL 2.65º 0.84% 0.32% -
HSV(B) 2.65º 0.91% 0.58% -
XYZ 12.7 6.88 1.04 -
YUV 57.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 149 19 13 0 0.87 0.91 0.42 2.65 0.84 0.32
Hex 95 13 D 0 57 5B 2A 3 54 20
Octal 225 23 15 0 127 133 52 3 124 40
Binary 10010101 10011 1101 0 1010111 1011011 101010 11 1010100 100000

Color Harmonies of #95130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95130D

Black with #95130D

Text Example


Text Example

White with #95130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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