Html Css Color HEX #95170E Falu Red

📋 copy color: '#95170E'

red 149 ◦ green 23 ◦ blue 14

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

Shades of Falu Red #95170E

Tints of Falu Red #95170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 80.11%
G = 12.37%
B = 7.53%

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

#95170E (or 0x95170E) is known color: Falu Red. HEX triplet: 95, 17 and 0E. RGB value is (149,23,14). Sum of RGB (Red+Green+Blue) = 149+23+14=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #95170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95170E is #6AE8F1. Grayscale: #3B3B3B. Windows color (decimal): -7006450 or 923541. OLE color: 923541.

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

Color convert

RGB 149 23 14 -
CMYK 0 0.85 0.91 0.42
HSL 0.83% 0.32% -
HSV(B) 0.91% 0.58% -
XYZ 12.78 7.03 1.1 -
YUV 59.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 149 23 14 0 0.85 0.91 0.42 4 0.83 0.32
Hex 95 17 E 0 55 5B 2A 4 53 20
Octal 225 27 16 0 125 133 52 4 123 40
Binary 10010101 10111 1110 0 1010101 1011011 101010 100 1010011 100000

Color Harmonies of #95170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95170E

Black with #95170E

Text Example


Text Example

White with #95170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95170E; }

 p { color: rgb(149,23,14); }

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

background-color css

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

 a { background-color: rgb(149,23,14); }

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

border-color css

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

 span { border-color: rgb(149,23,14); }

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