Html Css Color HEX #98190B Falu Red

📋 copy color: '#98190B'

red 152 ◦ green 25 ◦ blue 11

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

Shades of Falu Red #98190B

Tints of Falu Red #98190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 80.85%
G = 13.3%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98190B (or 0x98190B) is known color: Falu Red. HEX triplet: 98, 19 and 0B. RGB value is (152,25,11). Sum of RGB (Red+Green+Blue) = 152+25+11=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #98190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98190B is #67E6F4. Grayscale: #3D3D3D. Windows color (decimal): -6809333 or 727448. OLE color: 727448.

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

Color convert

RGB 152 25 11 -
CMYK 0 0.84 0.93 0.40
HSL 5.96º 0.87% 0.32% -
HSV(B) 5.96º 0.93% 0.6% -
XYZ 13.36 7.39 1.04 -
YUV 61.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 152 25 11 0 0.84 0.93 0.40 5.96 0.87 0.32
Hex 98 19 B 0 54 5D 28 6 57 20
Octal 230 31 13 0 124 135 50 6 127 40
Binary 10011000 11001 1011 0 1010100 1011101 101000 110 1010111 100000

Color Harmonies of #98190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98190B

Black with #98190B

Text Example


Text Example

White with #98190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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