Html Css Color HEX #97180D Falu Red

📋 copy color: '#97180D'

red 151 ◦ green 24 ◦ blue 13

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

Shades of Falu Red #97180D

Tints of Falu Red #97180D

RGB

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

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

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

R = 80.32%
G = 12.77%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97180D (or 0x97180D) is known color: Falu Red. HEX triplet: 97, 18 and 0D. RGB value is (151,24,13). Sum of RGB (Red+Green+Blue) = 151+24+13=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #97180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97180D is #68E7F2. Grayscale: #3C3C3C. Windows color (decimal): -6875123 or 858263. OLE color: 858263.

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

Color convert

RGB 151 24 13 -
CMYK 0 0.84 0.91 0.41
HSL 4.78º 0.84% 0.32% -
HSV(B) 4.78º 0.91% 0.59% -
XYZ 13.16 7.26 1.09 -
YUV 60.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 151 24 13 0 0.84 0.91 0.41 4.78 0.84 0.32
Hex 97 18 D 0 54 5B 29 5 54 20
Octal 227 30 15 0 124 133 51 5 124 40
Binary 10010111 11000 1101 0 1010100 1011011 101001 101 1010100 100000

Color Harmonies of #97180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97180D

Black with #97180D

Text Example


Text Example

White with #97180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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