Html Css Color HEX #98150D Falu Red

📋 copy color: '#98150D'

red 152 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #98150D

Tints of Falu Red #98150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 81.72%
G = 11.29%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98150D (or 0x98150D) is known color: Falu Red. HEX triplet: 98, 15 and 0D. RGB value is (152,21,13). Sum of RGB (Red+Green+Blue) = 152+21+13=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #98150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98150D is #67EAF2. Grayscale: #3B3B3B. Windows color (decimal): -6810355 or 857496. OLE color: 857496.

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

Color convert

RGB 152 21 13 -
CMYK 0 0.86 0.91 0.40
HSL 3.45º 0.84% 0.32% -
HSV(B) 3.45º 0.91% 0.6% -
XYZ 13.29 7.24 1.08 -
YUV 59.26 101.9 194.15 -
System Red Green Blue C M Y K H S L
Decimal 152 21 13 0 0.86 0.91 0.40 3.45 0.84 0.32
Hex 98 15 D 0 56 5B 28 3 54 20
Octal 230 25 15 0 126 133 50 3 124 40
Binary 10011000 10101 1101 0 1010110 1011011 101000 11 1010100 100000

Color Harmonies of #98150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98150D

Black with #98150D

Text Example


Text Example

White with #98150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98150D; }

 p { color: rgb(152,21,13); }

 H1.HeaderClassName
 {
   color: #98150D;
 }
 .AnyTagClassName
 {
   color: #98150D;
 }
</style>

background-color css

<style>
 a { background-color: #98150D; }

 a { background-color: rgb(152,21,13); }

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

border-color css

<style>
 span { border-color: #98150D; }

 span { border-color: rgb(152,21,13); }

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