Html Css Color HEX #95170D Falu Red

📋 copy color: '#95170D'

red 149 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #95170D

Tints of Falu Red #95170D

RGB

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

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

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

R = 80.54%
G = 12.43%
B = 7.03%

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

#95170D (or 0x95170D) is known color: Falu Red. HEX triplet: 95, 17 and 0D. RGB value is (149,23,13). Sum of RGB (Red+Green+Blue) = 149+23+13=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #95170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95170D is #6AE8F2. Grayscale: #3B3B3B. Windows color (decimal): -7006451 or 858005. OLE color: 858005.

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

Color convert

RGB 149 23 13 -
CMYK 0 0.85 0.91 0.42
HSL 4.41º 0.84% 0.32% -
HSV(B) 4.41º 0.91% 0.58% -
XYZ 12.77 7.03 1.06 -
YUV 59.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 149 23 13 0 0.85 0.91 0.42 4.41 0.84 0.32
Hex 95 17 D 0 55 5B 2A 4 54 20
Octal 225 27 15 0 125 133 52 4 124 40
Binary 10010101 10111 1101 0 1010101 1011011 101010 100 1010100 100000

Color Harmonies of #95170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95170D

Black with #95170D

Text Example


Text Example

White with #95170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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