Html Css Color HEX #901E06 Falu Red

📋 copy color: '#901E06'

red 144 ◦ green 30 ◦ blue 6

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

Shades of Falu Red #901E06

Tints of Falu Red #901E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

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

R = 80%
G = 16.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#901E06 (or 0x901E06) is known color: Falu Red. HEX triplet: 90, 1E and 06. RGB value is (144,30,6). Sum of RGB (Red+Green+Blue) = 144+30+6=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #901E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E06 is #6FE1F9. Grayscale: #3D3D3D. Windows color (decimal): -7332346 or 401040. OLE color: 401040.

HSL color Cylindrical-coordinate representation of color #901E06: hue angle of 10.43º 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 #901E06 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 30 6 -
CMYK 0 0.79 0.96 0.44
HSL 10.43º 0.92% 0.29% -
HSV(B) 10.43º 0.96% 0.56% -
XYZ 12 6.87 0.87 -
YUV 61.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 144 30 6 0 0.79 0.96 0.44 10.43 0.92 0.29
Hex 90 1E 6 0 4F 60 2C A 5C 1D
Octal 220 36 6 0 117 140 54 12 134 35
Binary 10010000 11110 110 0 1001111 1100000 101100 1010 1011100 11101

Color Harmonies of #901E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901E06

Black with #901E06

Text Example


Text Example

White with #901E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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