Html Css Color HEX #98160D Falu Red

📋 copy color: '#98160D'

red 152 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #98160D

Tints of Falu Red #98160D

RGB

 RED value IS 152 (59.77% from 255) = 81.28%

 GREEN value IS 22 (8.98% from 255) = 11.76%

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

R = 81.28%
G = 11.76%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98160D (or 0x98160D) is known color: Falu Red. HEX triplet: 98, 16 and 0D. RGB value is (152,22,13). Sum of RGB (Red+Green+Blue) = 152+22+13=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #98160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98160D is #67E9F2. Grayscale: #3C3C3C. Windows color (decimal): -6810099 or 857752. OLE color: 857752.

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

Color convert

RGB 152 22 13 -
CMYK 0 0.86 0.91 0.40
HSL 3.88º 0.84% 0.32% -
HSV(B) 3.88º 0.91% 0.6% -
XYZ 13.31 7.28 1.08 -
YUV 59.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 152 22 13 0 0.86 0.91 0.40 3.88 0.84 0.32
Hex 98 16 D 0 56 5B 28 4 54 20
Octal 230 26 15 0 126 133 50 4 124 40
Binary 10011000 10110 1101 0 1010110 1011011 101000 100 1010100 100000

Color Harmonies of #98160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98160D

Black with #98160D

Text Example


Text Example

White with #98160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,22,13); }

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

background-color css

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

 a { background-color: rgb(152,22,13); }

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

border-color css

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

 span { border-color: rgb(152,22,13); }

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