Html Css Color HEX #97170B Falu Red

📋 copy color: '#97170B'

red 151 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #97170B

Tints of Falu Red #97170B

RGB

 RED value IS 151 (59.38% from 255) = 81.62%

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

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 81.62%
G = 12.43%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97170B (or 0x97170B) is known color: Falu Red. HEX triplet: 97, 17 and 0B. RGB value is (151,23,11). Sum of RGB (Red+Green+Blue) = 151+23+11=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #97170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97170B is #68E8F4. Grayscale: #3C3C3C. Windows color (decimal): -6875381 or 726935. OLE color: 726935.

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

Color convert

RGB 151 23 11 -
CMYK 0 0.85 0.93 0.41
HSL 5.14º 0.86% 0.32% -
HSV(B) 5.14º 0.93% 0.59% -
XYZ 13.13 7.22 1.02 -
YUV 59.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 151 23 11 0 0.85 0.93 0.41 5.14 0.86 0.32
Hex 97 17 B 0 55 5D 29 5 56 20
Octal 227 27 13 0 125 135 51 5 126 40
Binary 10010111 10111 1011 0 1010101 1011101 101001 101 1010110 100000

Color Harmonies of #97170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97170B

Black with #97170B

Text Example


Text Example

White with #97170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97170B; }

 p { color: rgb(151,23,11); }

 H1.HeaderClassName
 {
   color: #97170B;
 }
 .AnyTagClassName
 {
   color: #97170B;
 }
</style>

background-color css

<style>
 a { background-color: #97170B; }

 a { background-color: rgb(151,23,11); }

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

border-color css

<style>
 span { border-color: #97170B; }

 span { border-color: rgb(151,23,11); }

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