Html Css Color HEX #98190C Falu Red

📋 copy color: '#98190C'

red 152 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #98190C

Tints of Falu Red #98190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 80.42%
G = 13.23%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98190C (or 0x98190C) is known color: Falu Red. HEX triplet: 98, 19 and 0C. RGB value is (152,25,12). Sum of RGB (Red+Green+Blue) = 152+25+12=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #98190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98190C is #67E6F3. Grayscale: #3D3D3D. Windows color (decimal): -6809332 or 792984. OLE color: 792984.

HSL color Cylindrical-coordinate representation of color #98190C: hue angle of 5.57º 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 #98190C is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 12 -
CMYK 0 0.84 0.92 0.40
HSL 5.57º 0.85% 0.32% -
HSV(B) 5.57º 0.92% 0.6% -
XYZ 13.36 7.4 1.07 -
YUV 61.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 152 25 12 0 0.84 0.92 0.40 5.57 0.85 0.32
Hex 98 19 C 0 54 5C 28 6 55 20
Octal 230 31 14 0 124 134 50 6 125 40
Binary 10011000 11001 1100 0 1010100 1011100 101000 110 1010101 100000

Color Harmonies of #98190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98190C

Black with #98190C

Text Example


Text Example

White with #98190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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