Html Css Color HEX #902004 Falu Red

📋 copy color: '#902004'

red 144 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #902004

Tints of Falu Red #902004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.22%

R = 80%
G = 17.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#902004 (or 0x902004) is known color: Falu Red. HEX triplet: 90, 20 and 04. RGB value is (144,32,4). Sum of RGB (Red+Green+Blue) = 144+32+4=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #902004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902004 is #6FDFFB. Grayscale: #3E3E3E. Windows color (decimal): -7331836 or 270480. OLE color: 270480.

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

Color convert

RGB 144 32 4 -
CMYK 0 0.78 0.97 0.44
HSL 12º 0.95% 0.29% -
HSV(B) 12º 0.97% 0.56% -
XYZ 12.04 6.97 0.83 -
YUV 62.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 144 32 4 0 0.78 0.97 0.44 12 0.95 0.29
Hex 90 20 4 0 4E 61 2C C 5F 1D
Octal 220 40 4 0 116 141 54 14 137 35
Binary 10010000 100000 100 0 1001110 1100001 101100 1100 1011111 11101

Color Harmonies of #902004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902004

Black with #902004

Text Example


Text Example

White with #902004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902004; }

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

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

background-color css

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

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

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

border-color css

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

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

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