Html Css Color HEX #992001 Falu Red

📋 copy color: '#992001'

red 153 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #992001

Tints of Falu Red #992001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 82.26%
G = 17.2%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#992001 (or 0x992001) is known color: Falu Red. HEX triplet: 99, 20 and 01. RGB value is (153,32,1). Sum of RGB (Red+Green+Blue) = 153+32+1=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #992001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992001 is #66DFFE. Grayscale: #404040. Windows color (decimal): -6742015 or 73881. OLE color: 73881.

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

Color convert

RGB 153 32 1 -
CMYK 0 0.79 0.99 0.4
HSL 12.24º 0.99% 0.3% -
HSV(B) 12.24º 0.99% 0.6% -
XYZ 13.66 7.81 0.82 -
YUV 64.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 153 32 1 0 0.79 0.99 0.4 12.24 0.99 0.3
Hex 99 20 1 0 4F 63 28 C 63 1E
Octal 231 40 1 0 117 143 50 14 143 36
Binary 10011001 100000 1 0 1001111 1100011 101000 1100 1100011 11110

Color Harmonies of #992001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992001

Black with #992001

Text Example


Text Example

White with #992001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992001; }

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

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

background-color css

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

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

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

border-color css

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

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

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