Html Css Color HEX #96170D Falu Red

📋 copy color: '#96170D'

red 150 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #96170D

Tints of Falu Red #96170D

RGB

 RED value IS 150 (58.98% from 255) = 80.65%

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

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

R = 80.65%
G = 12.37%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96170D (or 0x96170D) is known color: Falu Red. HEX triplet: 96, 17 and 0D. RGB value is (150,23,13). Sum of RGB (Red+Green+Blue) = 150+23+13=186 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.65% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 150 - color contains mainly: red. Hex color #96170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96170D is #69E8F2. Grayscale: #3C3C3C. Windows color (decimal): -6940915 or 858006. OLE color: 858006.

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

Color convert

RGB 150 23 13 -
CMYK 0 0.85 0.91 0.41
HSL 4.38º 0.84% 0.32% -
HSV(B) 4.38º 0.91% 0.59% -
XYZ 12.96 7.13 1.07 -
YUV 59.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 150 23 13 0 0.85 0.91 0.41 4.38 0.84 0.32
Hex 96 17 D 0 55 5B 29 4 54 20
Octal 226 27 15 0 125 133 51 4 124 40
Binary 10010110 10111 1101 0 1010101 1011011 101001 100 1010100 100000

Color Harmonies of #96170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96170D

Black with #96170D

Text Example


Text Example

White with #96170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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