Html Css Color HEX #992200 Falu Red

📋 copy color: '#992200'

red 153 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #992200

Tints of Falu Red #992200

RGB

 RED value IS 153 (60.16% from 255) = 81.82%

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

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

R = 81.82%
G = 18.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#992200 (or 0x992200) is known color: Falu Red. HEX triplet: 99, 22 and 00. RGB value is (153,34,0). Sum of RGB (Red+Green+Blue) = 153+34+0=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #992200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992200 is #66DDFF. Grayscale: #414141. Windows color (decimal): -6741504 or 8857. OLE color: 8857.

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

Color convert

RGB 153 34 0 -
CMYK 0 0.78 1 0.4
HSL 13.33º 1% 0.3% -
HSV(B) 13.33º 1% 0.6% -
XYZ 13.71 7.92 0.81 -
YUV 65.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 153 34 0 0 0.78 1 0.4 13.33 1 0.3
Hex 99 22 0 0 4E 64 28 D 64 1E
Octal 231 42 0 0 116 144 50 15 144 36
Binary 10011001 100010 0 0 1001110 1100100 101000 1101 1100100 11110

Color Harmonies of #992200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992200

Black with #992200

Text Example


Text Example

White with #992200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992200; }

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

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

background-color css

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

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

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

border-color css

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

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

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