Html Css Color HEX #902500 Falu Red

📋 copy color: '#902500'

red 144 ◦ green 37 ◦ blue 0

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

Shades of Falu Red #902500

Tints of Falu Red #902500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.56%
G = 20.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#902500 (or 0x902500) is known color: Falu Red. HEX triplet: 90, 25 and 00. RGB value is (144,37,0). Sum of RGB (Red+Green+Blue) = 144+37+0=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #902500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902500 is #6FDAFF. Grayscale: #414141. Windows color (decimal): -7330560 or 9616. OLE color: 9616.

HSL color Cylindrical-coordinate representation of color #902500: hue angle of 15.42º 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 #902500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 37 0 -
CMYK 0 0.74 1 0.44
HSL 15.42º 1% 0.28% -
HSV(B) 15.42º 1% 0.56% -
XYZ 12.16 7.25 0.76 -
YUV 64.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 144 37 0 0 0.74 1 0.44 15.42 1 0.28
Hex 90 25 0 0 4A 64 2C F 64 1C
Octal 220 45 0 0 112 144 54 17 144 34
Binary 10010000 100101 0 0 1001010 1100100 101100 1111 1100100 11100

Color Harmonies of #902500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902500

Black with #902500

Text Example


Text Example

White with #902500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902500; }

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

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

background-color css

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

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

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

border-color css

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

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

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