Html Css Color HEX #902001 Falu Red

📋 copy color: '#902001'

red 144 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #902001

Tints of Falu Red #902001

RGB

 RED value IS 144 (56.64% from 255) = 81.36%

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

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

R = 81.36%
G = 18.08%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#902001 (or 0x902001) is known color: Falu Red. HEX triplet: 90, 20 and 01. RGB value is (144,32,1). Sum of RGB (Red+Green+Blue) = 144+32+1=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #902001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902001 is #6FDFFE. Grayscale: #3E3E3E. Windows color (decimal): -7331839 or 73872. OLE color: 73872.

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

Color convert

RGB 144 32 1 -
CMYK 0 0.78 0.99 0.44
HSL 13.01º 0.99% 0.28% -
HSV(B) 13.01º 0.99% 0.56% -
XYZ 12.02 6.96 0.74 -
YUV 61.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 144 32 1 0 0.78 0.99 0.44 13.01 0.99 0.28
Hex 90 20 1 0 4E 63 2C D 63 1C
Octal 220 40 1 0 116 143 54 15 143 34
Binary 10010000 100000 1 0 1001110 1100011 101100 1101 1100011 11100

Color Harmonies of #902001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902001

Black with #902001

Text Example


Text Example

White with #902001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902001; }

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

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

background-color css

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

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

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

border-color css

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

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

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