Html Css Color HEX #97180C Falu Red

📋 copy color: '#97180C'

red 151 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #97180C

Tints of Falu Red #97180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 80.75%
G = 12.83%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97180C (or 0x97180C) is known color: Falu Red. HEX triplet: 97, 18 and 0C. RGB value is (151,24,12). Sum of RGB (Red+Green+Blue) = 151+24+12=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #97180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97180C is #68E7F3. Grayscale: #3C3C3C. Windows color (decimal): -6875124 or 792727. OLE color: 792727.

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

Color convert

RGB 151 24 12 -
CMYK 0 0.84 0.92 0.41
HSL 5.18º 0.85% 0.32% -
HSV(B) 5.18º 0.92% 0.59% -
XYZ 13.16 7.26 1.06 -
YUV 60.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 151 24 12 0 0.84 0.92 0.41 5.18 0.85 0.32
Hex 97 18 C 0 54 5C 29 5 55 20
Octal 227 30 14 0 124 134 51 5 125 40
Binary 10010111 11000 1100 0 1010100 1011100 101001 101 1010101 100000

Color Harmonies of #97180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97180C

Black with #97180C

Text Example


Text Example

White with #97180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97180C; }

 p { color: rgb(151,24,12); }

 H1.HeaderClassName
 {
   color: #97180C;
 }
 .AnyTagClassName
 {
   color: #97180C;
 }
</style>

background-color css

<style>
 a { background-color: #97180C; }

 a { background-color: rgb(151,24,12); }

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

border-color css

<style>
 span { border-color: #97180C; }

 span { border-color: rgb(151,24,12); }

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