Html Css Color HEX #902005 Falu Red

📋 copy color: '#902005'

red 144 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #902005

Tints of Falu Red #902005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.76%

R = 79.56%
G = 17.68%
B = 2.76%

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

#902005 (or 0x902005) is known color: Falu Red. HEX triplet: 90, 20 and 05. RGB value is (144,32,5). Sum of RGB (Red+Green+Blue) = 144+32+5=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #902005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902005 is #6FDFFA. Grayscale: #3E3E3E. Windows color (decimal): -7331835 or 336016. OLE color: 336016.

HSL color Cylindrical-coordinate representation of color #902005: hue angle of 11.65º degrees, saturation: 0.93, 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 #902005 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 32 5 -
CMYK 0 0.78 0.97 0.44
HSL 11.65º 0.93% 0.29% -
HSV(B) 11.65º 0.97% 0.56% -
XYZ 12.05 6.97 0.85 -
YUV 62.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 144 32 5 0 0.78 0.97 0.44 11.65 0.93 0.29
Hex 90 20 5 0 4E 61 2C C 5D 1D
Octal 220 40 5 0 116 141 54 14 135 35
Binary 10010000 100000 101 0 1001110 1100001 101100 1100 1011101 11101

Color Harmonies of #902005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902005

Black with #902005

Text Example


Text Example

White with #902005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902005; }

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

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

background-color css

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

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

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

border-color css

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

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

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