Html Css Color HEX #98170B Falu Red

📋 copy color: '#98170B'

red 152 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #98170B

Tints of Falu Red #98170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

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

R = 81.72%
G = 12.37%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98170B (or 0x98170B) is known color: Falu Red. HEX triplet: 98, 17 and 0B. RGB value is (152,23,11). Sum of RGB (Red+Green+Blue) = 152+23+11=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #98170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98170B is #67E8F4. Grayscale: #3C3C3C. Windows color (decimal): -6809845 or 726936. OLE color: 726936.

HSL color Cylindrical-coordinate representation of color #98170B: hue angle of 5.11º 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 #98170B is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 11 -
CMYK 0 0.85 0.93 0.40
HSL 5.11º 0.87% 0.32% -
HSV(B) 5.11º 0.93% 0.6% -
XYZ 13.32 7.31 1.03 -
YUV 60.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 152 23 11 0 0.85 0.93 0.40 5.11 0.87 0.32
Hex 98 17 B 0 55 5D 28 5 57 20
Octal 230 27 13 0 125 135 50 5 127 40
Binary 10011000 10111 1011 0 1010101 1011101 101000 101 1010111 100000

Color Harmonies of #98170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98170B

Black with #98170B

Text Example


Text Example

White with #98170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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