Html Css Color HEX #992201 Falu Red

📋 copy color: '#992201'

red 153 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #992201

Tints of Falu Red #992201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 81.38%
G = 18.09%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#992201 (or 0x992201) is known color: Falu Red. HEX triplet: 99, 22 and 01. RGB value is (153,34,1). Sum of RGB (Red+Green+Blue) = 153+34+1=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #992201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992201 is #66DDFE. Grayscale: #424242. Windows color (decimal): -6741503 or 74393. OLE color: 74393.

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

Color convert

RGB 153 34 1 -
CMYK 0 0.78 0.99 0.4
HSL 13.03º 0.99% 0.3% -
HSV(B) 13.03º 0.99% 0.6% -
XYZ 13.71 7.92 0.83 -
YUV 65.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 153 34 1 0 0.78 0.99 0.4 13.03 0.99 0.3
Hex 99 22 1 0 4E 63 28 D 63 1E
Octal 231 42 1 0 116 143 50 15 143 36
Binary 10011001 100010 1 0 1001110 1100011 101000 1101 1100011 11110

Color Harmonies of #992201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992201

Black with #992201

Text Example


Text Example

White with #992201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992201; }

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

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

background-color css

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

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

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

border-color css

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

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

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