Html Css Color HEX #95160D Falu Red

📋 copy color: '#95160D'

red 149 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #95160D

Tints of Falu Red #95160D

RGB

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

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

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

R = 80.98%
G = 11.96%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95160D (or 0x95160D) is known color: Falu Red. HEX triplet: 95, 16 and 0D. RGB value is (149,22,13). Sum of RGB (Red+Green+Blue) = 149+22+13=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #95160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95160D is #6AE9F2. Grayscale: #3B3B3B. Windows color (decimal): -7006707 or 857749. OLE color: 857749.

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

Color convert

RGB 149 22 13 -
CMYK 0 0.85 0.91 0.42
HSL 3.97º 0.84% 0.32% -
HSV(B) 3.97º 0.91% 0.58% -
XYZ 12.75 6.99 1.06 -
YUV 58.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 149 22 13 0 0.85 0.91 0.42 3.97 0.84 0.32
Hex 95 16 D 0 55 5B 2A 4 54 20
Octal 225 26 15 0 125 133 52 4 124 40
Binary 10010101 10110 1101 0 1010101 1011011 101010 100 1010100 100000

Color Harmonies of #95160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95160D

Black with #95160D

Text Example


Text Example

White with #95160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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