Html Css Color HEX #992100 Falu Red

📋 copy color: '#992100'

red 153 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #992100

Tints of Falu Red #992100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

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

R = 82.26%
G = 17.74%
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

#992100 (or 0x992100) is known color: Falu Red. HEX triplet: 99, 21 and 00. RGB value is (153,33,0). Sum of RGB (Red+Green+Blue) = 153+33+0=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #992100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992100 is #66DEFF. Grayscale: #414141. Windows color (decimal): -6741760 or 8601. OLE color: 8601.

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

Color convert

RGB 153 33 0 -
CMYK 0 0.78 1 0.4
HSL 12.94º 1% 0.3% -
HSV(B) 12.94º 1% 0.6% -
XYZ 13.68 7.86 0.8 -
YUV 65.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 153 33 0 0 0.78 1 0.4 12.94 1 0.3
Hex 99 21 0 0 4E 64 28 D 64 1E
Octal 231 41 0 0 116 144 50 15 144 36
Binary 10011001 100001 0 0 1001110 1100100 101000 1101 1100100 11110

Color Harmonies of #992100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992100

Black with #992100

Text Example


Text Example

White with #992100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992100; }

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

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

background-color css

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

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

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

border-color css

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

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

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