Html Css Color HEX #902506 Falu Red

📋 copy color: '#902506'

red 144 ◦ green 37 ◦ blue 6

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

Shades of Falu Red #902506

Tints of Falu Red #902506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 77.01%
G = 19.79%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#902506 (or 0x902506) is known color: Falu Red. HEX triplet: 90, 25 and 06. RGB value is (144,37,6). Sum of RGB (Red+Green+Blue) = 144+37+6=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #902506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902506 is #6FDAF9. Grayscale: #414141. Windows color (decimal): -7330554 or 402832. OLE color: 402832.

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

Color convert

RGB 144 37 6 -
CMYK 0 0.74 0.96 0.44
HSL 13.48º 0.92% 0.29% -
HSV(B) 13.48º 0.96% 0.56% -
XYZ 12.2 7.27 0.93 -
YUV 65.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 144 37 6 0 0.74 0.96 0.44 13.48 0.92 0.29
Hex 90 25 6 0 4A 60 2C D 5C 1D
Octal 220 45 6 0 112 140 54 15 134 35
Binary 10010000 100101 110 0 1001010 1100000 101100 1101 1011100 11101

Color Harmonies of #902506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902506

Black with #902506

Text Example


Text Example

White with #902506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902506; }

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

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

background-color css

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

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

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

border-color css

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

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

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