Html Css Color HEX #902000 Falu Red

📋 copy color: '#902000'

red 144 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #902000

Tints of Falu Red #902000

RGB

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

 GREEN value IS 32 (12.89% 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.44

RGB Variations

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

Color information

#902000 (or 0x902000) is known color: Falu Red. HEX triplet: 90, 20 and 00. RGB value is (144,32,0). Sum of RGB (Red+Green+Blue) = 144+32+0=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #902000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902000 is #6FDFFF. Grayscale: #3E3E3E. Windows color (decimal): -7331840 or 8336. OLE color: 8336.

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

Color convert

RGB 144 32 0 -
CMYK 0 0.78 1 0.44
HSL 13.33º 1% 0.28% -
HSV(B) 13.33º 1% 0.56% -
XYZ 12.02 6.96 0.71 -
YUV 61.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 144 32 0 0 0.78 1 0.44 13.33 1 0.28
Hex 90 20 0 0 4E 64 2C D 64 1C
Octal 220 40 0 0 116 144 54 15 144 34
Binary 10010000 100000 0 0 1001110 1100100 101100 1101 1100100 11100

Color Harmonies of #902000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902000

Black with #902000

Text Example


Text Example

White with #902000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902000; }

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

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

background-color css

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

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

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

border-color css

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

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

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