Html Css Color HEX #98150F Falu Red

📋 copy color: '#98150F'

red 152 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #98150F

Tints of Falu Red #98150F

RGB

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

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

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

R = 80.85%
G = 11.17%
B = 7.98%

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

#98150F (or 0x98150F) is known color: Falu Red. HEX triplet: 98, 15 and 0F. RGB value is (152,21,15). Sum of RGB (Red+Green+Blue) = 152+21+15=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #98150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98150F is #67EAF0. Grayscale: #3B3B3B. Windows color (decimal): -6810353 or 988568. OLE color: 988568.

HSL color Cylindrical-coordinate representation of color #98150F: hue angle of 2.63º 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 #98150F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 15 -
CMYK 0 0.86 0.90 0.40
HSL 2.63º 0.82% 0.33% -
HSV(B) 2.63º 0.9% 0.6% -
XYZ 13.3 7.25 1.15 -
YUV 59.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 152 21 15 0 0.86 0.90 0.40 2.63 0.82 0.33
Hex 98 15 F 0 56 5A 28 3 52 21
Octal 230 25 17 0 126 132 50 3 122 41
Binary 10011000 10101 1111 0 1010110 1011010 101000 11 1010010 100001

Color Harmonies of #98150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98150F

Black with #98150F

Text Example


Text Example

White with #98150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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