Html Css Color HEX #982500 Falu Red

📋 copy color: '#982500'

red 152 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #982500

Tints of Falu Red #982500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.42%
G = 19.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#982500 (or 0x982500) is known color: Falu Red. HEX triplet: 98, 25 and 00. RGB value is (152,37,0). Sum of RGB (Red+Green+Blue) = 152+37+0=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #982500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982500 is #67DAFF. Grayscale: #434343. Windows color (decimal): -6806272 or 9624. OLE color: 9624.

HSL color Cylindrical-coordinate representation of color #982500: hue angle of 14.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #982500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 0 -
CMYK 0 0.76 1 0.40
HSL 14.61º 1% 0.3% -
HSV(B) 14.61º 1% 0.6% -
XYZ 13.61 8 0.83 -
YUV 67.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 152 37 0 0 0.76 1 0.40 14.61 1 0.3
Hex 98 25 0 0 4C 64 28 F 64 1E
Octal 230 45 0 0 114 144 50 17 144 36
Binary 10011000 100101 0 0 1001100 1100100 101000 1111 1100100 11110

Color Harmonies of #982500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982500

Black with #982500

Text Example


Text Example

White with #982500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982500; }

 p { color: rgb(152,37,0); }

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

background-color css

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

 a { background-color: rgb(152,37,0); }

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

border-color css

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

 span { border-color: rgb(152,37,0); }

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