Html Css Color HEX #98160F Falu Red

📋 copy color: '#98160F'

red 152 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #98160F

Tints of Falu Red #98160F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 80.42%
G = 11.64%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98160F (or 0x98160F) is known color: Falu Red. HEX triplet: 98, 16 and 0F. RGB value is (152,22,15). Sum of RGB (Red+Green+Blue) = 152+22+15=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #98160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98160F is #67E9F0. Grayscale: #3C3C3C. Windows color (decimal): -6810097 or 988824. OLE color: 988824.

HSL color Cylindrical-coordinate representation of color #98160F: hue angle of 3.07º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98160F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 22 15 -
CMYK 0 0.86 0.90 0.40
HSL 3.07º 0.82% 0.33% -
HSV(B) 3.07º 0.9% 0.6% -
XYZ 13.32 7.28 1.16 -
YUV 60.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 152 22 15 0 0.86 0.90 0.40 3.07 0.82 0.33
Hex 98 16 F 0 56 5A 28 3 52 21
Octal 230 26 17 0 126 132 50 3 122 41
Binary 10011000 10110 1111 0 1010110 1011010 101000 11 1010010 100001

Color Harmonies of #98160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98160F

Black with #98160F

Text Example


Text Example

White with #98160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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