Html Css Color HEX #982200 Falu Red

📋 copy color: '#982200'

red 152 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #982200

Tints of Falu Red #982200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

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

R = 81.72%
G = 18.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#982200 (or 0x982200) is known color: Falu Red. HEX triplet: 98, 22 and 00. RGB value is (152,34,0). Sum of RGB (Red+Green+Blue) = 152+34+0=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #982200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982200 is #67DDFF. Grayscale: #414141. Windows color (decimal): -6807040 or 8856. OLE color: 8856.

HSL color Cylindrical-coordinate representation of color #982200: hue angle of 13.42º 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 #982200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 0 -
CMYK 0 0.78 1 0.40
HSL 13.42º 1% 0.3% -
HSV(B) 13.42º 1% 0.6% -
XYZ 13.52 7.82 0.8 -
YUV 65.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 152 34 0 0 0.78 1 0.40 13.42 1 0.3
Hex 98 22 0 0 4E 64 28 D 64 1E
Octal 230 42 0 0 116 144 50 15 144 36
Binary 10011000 100010 0 0 1001110 1100100 101000 1101 1100100 11110

Color Harmonies of #982200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982200

Black with #982200

Text Example


Text Example

White with #982200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982200; }

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

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

background-color css

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

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

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

border-color css

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

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

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