Html Css Color HEX #98160C Falu Red

📋 copy color: '#98160C'

red 152 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #98160C

Tints of Falu Red #98160C

RGB

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

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

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

R = 81.72%
G = 11.83%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98160C (or 0x98160C) is known color: Falu Red. HEX triplet: 98, 16 and 0C. RGB value is (152,22,12). Sum of RGB (Red+Green+Blue) = 152+22+12=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #98160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98160C is #67E9F3. Grayscale: #3B3B3B. Windows color (decimal): -6810100 or 792216. OLE color: 792216.

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

Color convert

RGB 152 22 12 -
CMYK 0 0.86 0.92 0.40
HSL 4.29º 0.85% 0.32% -
HSV(B) 4.29º 0.92% 0.6% -
XYZ 13.3 7.28 1.05 -
YUV 59.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 152 22 12 0 0.86 0.92 0.40 4.29 0.85 0.32
Hex 98 16 C 0 56 5C 28 4 55 20
Octal 230 26 14 0 126 134 50 4 125 40
Binary 10011000 10110 1100 0 1010110 1011100 101000 100 1010101 100000

Color Harmonies of #98160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98160C

Black with #98160C

Text Example


Text Example

White with #98160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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